We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cc1cf3 + 36f2fe5 commit d56360aCopy full SHA for d56360a
libc-test/semver/openbsd.txt
@@ -418,6 +418,7 @@ MADV_NORMAL
418
MADV_RANDOM
419
MADV_SEQUENTIAL
420
MADV_WILLNEED
421
+MAP_CONCEAL
422
MAP_COPY
423
MAP_FILE
424
MAP_HASSEMAPHORE
src/unix/bsd/netbsdlike/openbsd/mod.rs
@@ -1360,6 +1360,7 @@ pub const NTFS_MFLAG_ALLNAMES: ::c_int = 0x2;
1360
pub const TMPFS_ARGS_VERSION: ::c_int = 1;
1361
1362
pub const MAP_STACK: ::c_int = 0x4000;
1363
+pub const MAP_CONCEAL: ::c_int = 0x8000;
1364
1365
// https://github.com/openbsd/src/blob/master/sys/net/if.h#L187
1366
pub const IFF_UP: ::c_int = 0x1; // interface is up
0 commit comments