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.
1 parent b13c380 commit 4dbde24Copy full SHA for 4dbde24
1 file changed
libc-test/build.rs
@@ -785,6 +785,7 @@ fn test_windows(target: &str) {
785
}
786
cfg.define("_WIN32_WINNT", Some("0x8000"));
787
788
+ // Needed for the Windows `time_t` test.
789
println!("cargo::rustc-check-cfg=cfg(gnu_time_bits64)");
790
791
let redirect_time_t = if gnu && i686 {
0 commit comments