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 15d1047 commit 600a67fCopy full SHA for 600a67f
src/unix/linux_like/linux/musl/mod.rs
@@ -370,9 +370,6 @@ pub const RLIMIT_MSGQUEUE: ::c_int = 12;
370
pub const RLIMIT_NICE: ::c_int = 13;
371
pub const RLIMIT_RTPRIO: ::c_int = 14;
372
373
-pub const UTIME_OMIT: c_long = 1073741822;
374
-pub const UTIME_NOW: c_long = 1073741823;
375
-
376
extern {
377
pub fn sendmmsg(sockfd: ::c_int, msgvec: *mut ::mmsghdr, vlen: ::c_uint,
378
flags: ::c_uint) -> ::c_int;
0 commit comments