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 618c6b8 commit 2838970Copy full SHA for 2838970
1 file changed
libc-test/build.rs
@@ -858,7 +858,7 @@ fn test_windows(target: &str) {
858
"SSIZE_T" if !gnu => true,
859
"ssize_t" if !gnu => true,
860
// FIXME(windows): The size and alignment of this type are incorrect
861
- "time_t" if gnu && i686 && !redirect_time_t => true,
+ "time_t" if gnu && i686 && !win_gnu_x86_time64 => true,
862
_ => false,
863
});
864
0 commit comments