Skip to content

Commit 600a67f

Browse files
committed
MUSL already actually had a definition (as part of linux_like)
1 parent 15d1047 commit 600a67f

File tree

1 file changed

+0
-3
lines changed
  • src/unix/linux_like/linux/musl

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,6 @@ pub const RLIMIT_MSGQUEUE: ::c_int = 12;
370370
pub const RLIMIT_NICE: ::c_int = 13;
371371
pub const RLIMIT_RTPRIO: ::c_int = 14;
372372

373-
pub const UTIME_OMIT: c_long = 1073741822;
374-
pub const UTIME_NOW: c_long = 1073741823;
375-
376373
extern {
377374
pub fn sendmmsg(sockfd: ::c_int, msgvec: *mut ::mmsghdr, vlen: ::c_uint,
378375
flags: ::c_uint) -> ::c_int;

0 commit comments

Comments
 (0)