We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f14ad3 + 28a17eb commit 3bd76cdCopy full SHA for 3bd76cd
libc-test/semver/linux-s390x.txt
@@ -17,6 +17,7 @@ KEYCTL_CAPS1_NS_KEYRING_NAME
17
KEYCTL_CAPS1_NS_KEY_TAG
18
KEYCTL_MOVE
19
MADV_SOFT_OFFLINE
20
+MAP_SYNC
21
NFT_MSG_DELOBJ
22
NFT_MSG_GETOBJ
23
NFT_MSG_GETOBJ_RESET
src/unix/linux_like/linux/gnu/b64/s390x.rs
@@ -385,6 +385,7 @@ pub const MAP_POPULATE: ::c_int = 0x08000;
385
pub const MAP_NONBLOCK: ::c_int = 0x010000;
386
pub const MAP_STACK: ::c_int = 0x020000;
387
pub const MAP_HUGETLB: ::c_int = 0x040000;
388
+pub const MAP_SYNC: ::c_int = 0x080000;
389
390
pub const EDEADLOCK: ::c_int = 35;
391
pub const ENAMETOOLONG: ::c_int = 36;
0 commit comments