diff --git a/libc-test/build.rs b/libc-test/build.rs index 567fa975612b1973ad8356de3c1b11e7dc46ad21..311a0f99576d0cc387f895817ab36d2070419220 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -1813,6 +1813,9 @@ fn test_freebsd(target: &str) { "execvpe" | "fexecve" => true, + // FIXME: for some reason, our signature is wrong + "gettimeofday" => true, + // The `uname` function in freebsd is now an inline wrapper that // delegates to another, but the symbol still exists, so don't check // the symbol.