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 eff3d81 commit 91639b6Copy full SHA for 91639b6
src/unix/bsd/mod.rs
@@ -594,10 +594,10 @@ extern {
594
pub fn recvmsg(fd: ::c_int, msg: *mut ::msghdr, flags: ::c_int)
595
-> ::ssize_t;
596
597
- #[cfg(not(target_os = "macos"))]
+ #[cfg_attr(not(target_os = "macos"))]
598
pub fn sendmmsg(sockfd: ::c_int, msgvec: *mut ::mmsghdr, vlen: ::c_uint,
599
flags: ::c_int) -> ::c_int;
600
601
pub fn recvmmsg(sockfd: ::c_int, msgvec: *mut ::mmsghdr, vlen: ::c_uint,
602
flags: ::c_int, timeout: *mut ::timespec) -> ::c_int;
603
0 commit comments