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 c5357c9 commit 51a287bCopy full SHA for 51a287b
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -447,6 +447,8 @@ pub const NI_NUMERICSCOPE: ::c_int = 0x00000020;
447
pub const Q_GETQUOTA: ::c_int = 0x700;
448
pub const Q_SETQUOTA: ::c_int = 0x800;
449
450
+pub const MAP_GUARD: ::c_int = 0x00002000;
451
+
452
pub const POSIX_FADV_NORMAL: ::c_int = 0;
453
pub const POSIX_FADV_RANDOM: ::c_int = 1;
454
pub const POSIX_FADV_SEQUENTIAL: ::c_int = 2;
0 commit comments