commit | 1846918fe2893f086a5d30ebf58bb17198681d1a | [log] [tgz] |
---|---|---|
author | Alex Crichton <alex@alexcrichton.com> | Tue Sep 15 20:57:42 2015 -0700 |
committer | Alex Crichton <alex@alexcrichton.com> | Tue Sep 15 20:57:42 2015 -0700 |
tree | 0b4a14f82e6dc59fe028e92c34f15dddca5819d9 | |
parent | 7b28c271d6797f77718b78cdb5f5c425f2de254b [diff] |
Fix windows build
diff --git a/libc-test/build.rs b/libc-test/build.rs index 7c995d0..7bca148 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs
@@ -422,6 +422,11 @@ "float" | "double" => return, n if n.starts_with("pthread") => return, + + // windows-isms + n if n.starts_with("P") => return, + n if n.starts_with("H") => return, + n if n.starts_with("LP") => return, _ => {} } t!(writeln!(self.c, r#"