Skip to content

Commit 2838970

Browse files
committed
chore: wip
1 parent 618c6b8 commit 2838970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libc-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ fn test_windows(target: &str) {
858858
"SSIZE_T" if !gnu => true,
859859
"ssize_t" if !gnu => true,
860860
// FIXME(windows): The size and alignment of this type are incorrect
861-
"time_t" if gnu && i686 && !redirect_time_t => true,
861+
"time_t" if gnu && i686 && !win_gnu_x86_time64 => true,
862862
_ => false,
863863
});
864864

0 commit comments

Comments
 (0)