Skip to content

Commit 4d5f5af

Browse files
committed
Test test_cmsg_nxthdr on sparc64
1 parent b015d4e commit 4d5f5af

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libc-test/test/cmsg.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ mod t {
1111

1212
extern "C" {
1313
pub fn cmsg_firsthdr(msgh: *const msghdr) -> *mut cmsghdr;
14-
// see below
15-
#[cfg(not(target_arch = "sparc64"))]
1614
pub fn cmsg_nxthdr(mhdr: *const msghdr, cmsg: *const cmsghdr) -> *mut cmsghdr;
1715
pub fn cmsg_space(length: c_uint) -> usize;
1816
pub fn cmsg_len(length: c_uint) -> usize;
@@ -51,9 +49,6 @@ mod t {
5149
}
5250
}
5351

54-
// Skip on sparc64
55-
// https://github.com/rust-lang/libc/issues/1239
56-
#[cfg(not(target_arch = "sparc64"))]
5752
#[test]
5853
fn test_cmsg_nxthdr() {
5954
use std::ptr;

0 commit comments

Comments
 (0)