There was an error while loading. Please reload this page.
ip_mreqn
hwtstamp_config
1 parent 758dc77 commit d4ffc25Copy full SHA for d4ffc25
libc-test/build.rs
@@ -3942,11 +3942,6 @@ fn test_linux(target: &str) {
3942
return true;
3943
}
3944
3945
- // FIXME(#1558): passing by value corrupts the value for reasons not understood.
3946
- if (gnu && sparc64) && (ty == "ip_mreqn" || ty == "hwtstamp_config") {
3947
- return true;
3948
- }
3949
-
3950
// FIXME(rust-lang/rust#43894): pass by value for structs that are not an even 32/64 bits
3951
// on big-endian systems corrupts the value for unknown reasons.
3952
if (sparc64 || ppc || ppc64 || s390x)
0 commit comments