Skip to content

Commit e0c9011

Browse files
Add FIXME comments
1 parent e55f459 commit e0c9011

File tree

1 file changed

+3
-0
lines changed
  • src/unix/bsd/freebsdlike/freebsd

1 file changed

+3
-0
lines changed

src/unix/bsd/freebsdlike/freebsd/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,12 +1373,14 @@ s! {
13731373
fdt_ofiles: [*mut c_void; 0],
13741374
}
13751375

1376+
// FIXME: Should be private.
13761377
#[doc(hidden)]
13771378
pub struct sx {
13781379
lock_object: lock_object,
13791380
sx_lock: crate::uintptr_t,
13801381
}
13811382

1383+
// FIXME: Should be private.
13821384
#[doc(hidden)]
13831385
pub struct lock_object {
13841386
lo_name: *const c_char,
@@ -1388,6 +1390,7 @@ s! {
13881390
lo_witness: *mut c_void,
13891391
}
13901392

1393+
// FIXME: Should be private.
13911394
#[doc(hidden)]
13921395
pub struct kqlist {
13931396
tqh_first: *mut c_void,

0 commit comments

Comments
 (0)