We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2aabf1 + 2010f46 commit 328f221Copy full SHA for 328f221
libc-test/semver/freebsd.txt
@@ -676,6 +676,7 @@ MAP_FILE
676
MAP_HASSEMAPHORE
677
MAP_NOCORE
678
MAP_NOSYNC
679
+MAP_PREFAULT_READ
680
MAP_STACK
681
MAXFREQ
682
MAXPHASE
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -624,6 +624,7 @@ pub const Q_SETQUOTA: ::c_int = 0x800;
624
625
pub const MAP_GUARD: ::c_int = 0x00002000;
626
pub const MAP_EXCL: ::c_int = 0x00004000;
627
+pub const MAP_PREFAULT_READ: ::c_int = 0x00040000;
628
pub const MAP_ALIGNED_SUPER: ::c_int = 1 << 24;
629
630
pub const POSIX_FADV_NORMAL: ::c_int = 0;
0 commit comments