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 ab5bbae commit fea6f13Copy full SHA for fea6f13
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
@@ -995,6 +995,8 @@ pub const XDP_PKT_CONTD: crate::__u32 = 1 << 0;
995
pub const _CS_V6_ENV: c_int = 1148;
996
pub const _CS_V7_ENV: c_int = 1149;
997
998
+pub const CLONE_NEWTIME: c_int = 0x80;
999
+
1000
cfg_if! {
1001
if #[cfg(target_arch = "s390x")] {
1002
pub const POSIX_FADV_DONTNEED: c_int = 6;
0 commit comments