MUSL already actually had a definition (as part of linux_like)

This commit is contained in:
Luke Petre 2019-08-23 15:51:45 +01:00
parent 15d1047541
commit 600a67fe99

View File

@ -370,9 +370,6 @@ pub const RLIMIT_MSGQUEUE: ::c_int = 12;
pub const RLIMIT_NICE: ::c_int = 13;
pub const RLIMIT_RTPRIO: ::c_int = 14;
pub const UTIME_OMIT: c_long = 1073741822;
pub const UTIME_NOW: c_long = 1073741823;
extern {
pub fn sendmmsg(sockfd: ::c_int, msgvec: *mut ::mmsghdr, vlen: ::c_uint,
flags: ::c_uint) -> ::c_int;