diff options
Diffstat (limited to 'libc-test/build.rs')
-rwxr-xr-x | libc-test/build.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs index 314da1e3e5..bd6787cd3d 100755 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -584,6 +584,8 @@ fn test_windows(target: &str) { // FIXME: API error: // SIG_ERR type is "void (*)(int)", not "int" "SIG_ERR" => true, + // FIXME: newer windows-gnu environment on CI? + "_O_OBTAIN_DIR" if gnu => true, _ => false, } }); |