We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55f459 commit e0c9011Copy full SHA for e0c9011
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -1373,12 +1373,14 @@ s! {
1373
fdt_ofiles: [*mut c_void; 0],
1374
}
1375
1376
+ // FIXME: Should be private.
1377
#[doc(hidden)]
1378
pub struct sx {
1379
lock_object: lock_object,
1380
sx_lock: crate::uintptr_t,
1381
1382
1383
1384
1385
pub struct lock_object {
1386
lo_name: *const c_char,
@@ -1388,6 +1390,7 @@ s! {
1388
1390
lo_witness: *mut c_void,
1389
1391
1392
1393
1394
1395
pub struct kqlist {
1396
tqh_first: *mut c_void,
0 commit comments