Skip to content

Commit d05754d

Browse files
committed
add CLONE_NEWTIME to Linux/musl
1 parent 8b69878 commit d05754d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

libc-test/semver/linux-musl.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ reallocarray
8181
setutxent
8282
tcp_info
8383
timex
84+
CLONE_NEWTIME

src/unix/linux_like/linux/musl/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -885,6 +885,8 @@ pub const MAXTC: c_long = 6;
885885
pub const _CS_V6_ENV: c_int = 1148;
886886
pub const _CS_V7_ENV: c_int = 1149;
887887

888+
pub const CLONE_NEWTIME: c_int = 0x80;
889+
888890
cfg_if! {
889891
if #[cfg(target_arch = "s390x")] {
890892
pub const POSIX_FADV_DONTNEED: c_int = 6;

0 commit comments

Comments
 (0)