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.
2 parents e38483f + 715ed8c commit 17e0106Copy full SHA for 17e0106
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -703,6 +703,7 @@ pub const SHM_LOCK: ::c_int = 11;
703
pub const SHM_UNLOCK: ::c_int = 12;
704
pub const SHM_STAT: ::c_int = 13;
705
pub const SHM_INFO: ::c_int = 14;
706
+pub const SHM_ANON: *mut ::c_char = 1 as *mut ::c_char;
707
708
// The *_MAXID constants never should've been used outside of the
709
// FreeBSD base system. And with the exception of CTL_P1003_1B_MAXID,
0 commit comments