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 13c8ceb commit 5fbc561Copy full SHA for 5fbc561
libc-test/semver/freebsd.txt
@@ -646,6 +646,7 @@ MADV_RANDOM
646
MADV_SEQUENTIAL
647
MADV_WILLNEED
648
MAP_COPY
649
+MAP_EXCL
650
MAP_FILE
651
MAP_HASSEMAPHORE
652
MAP_NOCORE
src/unix/bsd/freebsdlike/freebsd/mod.rs
@@ -507,6 +507,7 @@ pub const Q_GETQUOTA: ::c_int = 0x700;
507
pub const Q_SETQUOTA: ::c_int = 0x800;
508
509
pub const MAP_GUARD: ::c_int = 0x00002000;
510
+pub const MAP_EXCL: ::c_int = 0x00004000;
511
pub const MAP_ALIGNED_SUPER: ::c_int = 1 << 24;
512
513
pub const POSIX_FADV_NORMAL: ::c_int = 0;
0 commit comments