Skip to content

Commit 495a7d2

Browse files
committed
Skip verification of gettimeofday on FreeBSD
1 parent a4abe8b commit 495a7d2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: libc-test/build.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1813,6 +1813,9 @@ fn test_freebsd(target: &str) {
18131813
"execvpe" |
18141814
"fexecve" => true,
18151815

1816+
// FIXME: for some reason, our signature is wrong
1817+
"gettimeofday" => true,
1818+
18161819
// The `uname` function in freebsd is now an inline wrapper that
18171820
// delegates to another, but the symbol still exists, so don't check
18181821
// the symbol.

0 commit comments

Comments
 (0)