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 f54e564 commit 2c28eacCopy full SHA for 2c28eac
libc-test/build.rs
@@ -928,6 +928,8 @@ fn test_windows(target: &str) {
928
"SIG_DFL" | "SIG_IGN" | "SIG_GET" | "SIG_SGE" | "SIG_ACK" => true,
929
// FIXME(windows): newer windows-gnu environment on CI?
930
"_O_OBTAIN_DIR" if gnu => true,
931
+ // FIXME: These constants have been changed since windows-2022 20251014.68.1:
932
+ "L_tmpnam" | "TMP_MAX" => true,
933
_ => false,
934
}
935
});
0 commit comments