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 06a5ca2 commit 9d338ffCopy full SHA for 9d338ff
libc-test/build.rs
@@ -859,6 +859,8 @@ fn test_windows(target: &str) {
859
"SIG_DFL" | "SIG_IGN" | "SIG_GET" | "SIG_SGE" | "SIG_ACK" => true,
860
// FIXME(windows): newer windows-gnu environment on CI?
861
"_O_OBTAIN_DIR" if gnu => true,
862
+ // FIXME: These constants have been changed since windows-2022 20251014.68.1:
863
+ "L_tmpnam" | "TMP_MAX" => true,
864
_ => false,
865
}
866
});
0 commit comments