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 3bd76cd commit bf428dcCopy full SHA for bf428dc
libc-test/semver/netbsd.txt
@@ -595,6 +595,7 @@ MAP_HASSEMAPHORE
595
MAP_NORESERVE
596
MAP_REMAPDUP
597
MAP_RENAME
598
+MAP_STACK
599
MAP_WIRED
600
MAXFREQ
601
MAXPHASE
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -1296,6 +1296,7 @@ pub const MAP_RENAME: ::c_int = 0x20;
1296
pub const MAP_NORESERVE: ::c_int = 0x40;
1297
pub const MAP_HASSEMAPHORE: ::c_int = 0x200;
1298
pub const MAP_WIRED: ::c_int = 0x800;
1299
+pub const MAP_STACK: ::c_int = 0x2000;
1300
// mremap flag
1301
pub const MAP_REMAPDUP: ::c_int = 0x004;
1302
0 commit comments