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.
ip_mreqn
hwtstamp_config
1 parent cc830d3 commit 5bf0469Copy full SHA for 5bf0469
libc-test/build.rs
@@ -4088,11 +4088,6 @@ fn test_linux(target: &str) {
4088
return true;
4089
}
4090
4091
- // FIXME(#1558): passing by value corrupts the value for reasons not understood.
4092
- if (gnu && sparc64) && (ty == "ip_mreqn" || ty == "hwtstamp_config") {
4093
- return true;
4094
- }
4095
-
4096
// FIXME(rust-lang/rust#43894): pass by value for structs that are not an even 32/64 bits
4097
// on big-endian systems corrupts the value for unknown reasons.
4098
if (sparc64 || ppc || ppc64 || s390x)
0 commit comments