We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc22d2c commit 387a67aCopy full SHA for 387a67a
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