We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23ce9e commit 590d2a4Copy full SHA for 590d2a4
libc-test/semver/linux.txt
@@ -292,6 +292,7 @@ CLONE_THREAD
292
CLONE_UNTRACED
293
CLONE_VFORK
294
CLONE_VM
295
+CLONE_NEWTIME
296
CLOSE_RANGE_CLOEXEC
297
CLOSE_RANGE_UNSHARE
298
CMSG_DATA
src/unix/linux_like/mod.rs
@@ -1156,6 +1156,7 @@ pub const ONLRET: ::tcflag_t = 0o000040;
1156
pub const OFILL: ::tcflag_t = 0o000100;
1157
pub const OFDEL: ::tcflag_t = 0o000200;
1158
1159
+pub const CLONE_NEWTIME: ::c_int = 0x80;
1160
pub const CLONE_VM: ::c_int = 0x100;
1161
pub const CLONE_FS: ::c_int = 0x200;
1162
pub const CLONE_FILES: ::c_int = 0x400;
0 commit comments