We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa6f26b + 387a67a commit 89d0bd5Copy full SHA for 89d0bd5
libc-test/test/cmsg.rs
@@ -11,6 +11,8 @@ mod t {
11
12
extern "C" {
13
pub fn cmsg_firsthdr(msgh: *const msghdr) -> *mut cmsghdr;
14
+ // see below
15
+ #[cfg(not(target_arch = "sparc64"))]
16
pub fn cmsg_nxthdr(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr;
17
pub fn cmsg_space(length: c_uint) -> usize;
18
pub fn cmsg_len(length: c_uint) -> usize;
0 commit comments