We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82e52e7 commit fae3af5Copy full SHA for fae3af5
libc-test/build.rs
@@ -4304,13 +4304,13 @@ fn test_linux(target: &str) {
4304
4305
// FIXME(time): these change value when using 64-bit time on 32-bit
4306
"F_GETLK"
4307
- |"SO_RCVTIMEO"
4308
- |"SO_SNDTIMEO"
4309
- |"SO_TIMESTAMP"
4310
- |"SO_TIMESTAMPNS"
4311
- |"SO_TIMESTAMPING"
4312
- |"SCM_TIMESTAMPNS"
4313
- |"SCM_TIMESTAMPING" if bit32 => true,
+ | "SO_RCVTIMEO"
+ | "SO_SNDTIMEO"
+ | "SO_TIMESTAMP"
+ | "SO_TIMESTAMPNS"
+ | "SO_TIMESTAMPING"
+ | "SCM_TIMESTAMPNS"
+ | "SCM_TIMESTAMPING" if bit32 => true,
4314
4315
_ => false,
4316
}
0 commit comments