Skip to content

Commit

Permalink
WIP: cleanup FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed May 16, 2019
1 parent a7d3eb1 commit 7071226
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libc-test/build.rs
Expand Up @@ -1572,12 +1572,9 @@ fn test_freebsd(target: &str) {
let x86 = target.contains("i686") || target.contains("x86_64");

let mut cfg = ctest::TestGenerator::new();
// FIXME: still necessary?
// Required for `getline`:
cfg.define("_WITH_GETLINE", None);

// FIXME: still necessary?
cfg.flag("-Wno-deprecated-declarations");

headers! { cfg:
"aio.h",
"arpa/inet.h",
Expand Down

0 comments on commit 7071226

Please sign in to comment.