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.
2 parents 94d0ee2 + e5a8390 commit 4abcd81Copy full SHA for 4abcd81
libc-test/semver/linux-musl.txt
@@ -5,6 +5,7 @@ AIO_ALLDONE
5
AIO_CANCELED
6
AIO_NOTCANCELED
7
BOOT_TIME
8
+CLONE_NEWTIME
9
DEAD_PROCESS
10
EMPTY
11
Elf32_Chdr
src/unix/linux_like/linux/musl/mod.rs
@@ -885,6 +885,8 @@ pub const MAXTC: c_long = 6;
885
pub const _CS_V6_ENV: c_int = 1148;
886
pub const _CS_V7_ENV: c_int = 1149;
887
888
+pub const CLONE_NEWTIME: c_int = 0x80;
889
+
890
cfg_if! {
891
if #[cfg(target_arch = "s390x")] {
892
pub const POSIX_FADV_DONTNEED: c_int = 6;
0 commit comments