There was an error while loading. Please reload this page.
1 parent 8b69878 commit d05754dCopy full SHA for d05754d
libc-test/semver/linux-musl.txt
@@ -81,3 +81,4 @@ reallocarray
81
setutxent
82
tcp_info
83
timex
84
+CLONE_NEWTIME
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