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 9c81e0d commit 60b6f32Copy full SHA for 60b6f32
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -3833,11 +3833,6 @@ pub const SHM_STAT: ::c_int = 13;
3833
pub const SHM_INFO: ::c_int = 14;
3834
pub const SHM_ANON: *mut ::c_char = 1 as *mut ::c_char;
3835
3836
-// The *_MAXID constants never should've been used outside of the
3837
-// FreeBSD base system.
3838
-#[doc(hidden)]
3839
-pub const CTL_P1003_1B_MAXID: ::c_int = 26;
3840
-
3841
pub const MSG_NOTIFICATION: ::c_int = 0x00002000;
3842
pub const MSG_NBIO: ::c_int = 0x00004000;
3843
pub const MSG_COMPAT: ::c_int = 0x00008000;
0 commit comments