Skip to content

Commit c90b89a

Browse files
committed
do not merge: this should fail:wq
1 parent 461698b commit c90b89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc-test/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3650,12 +3650,12 @@ fn config_gnu_bits(target: &str, cfg: &mut ctest::TestGenerator) {
36503650
"RUST_LIBC_UNSTABLE_GNU_FILE_OFFSET_BITS must be 64 or unset if RUST_LIBC_UNSTABLE_GNU_TIME_BITS is 64"
36513651
);
36523652
if timebits == "64" {
3653-
cfg.define("_TIME_BITS", Some("64"));
3653+
// cfg.define("_TIME_BITS", Some("64"));
36543654
cfg.cfg("linux_time_bits64", None);
36553655
cfg.cfg("gnu_time_bits64", None);
36563656
}
36573657
if filebits == "64" {
3658-
cfg.define("_FILE_OFFSET_BITS", Some("64"));
3658+
// cfg.define("_FILE_OFFSET_BITS", Some("64"));
36593659
cfg.cfg("gnu_file_offset_bits64", None);
36603660
}
36613661
}

0 commit comments

Comments
 (0)