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 e07c7bd commit 64b79dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libc-test/build.rs
Expand Up @@ -1572,11 +1572,6 @@ fn test_freebsd(target: &str) {
let x86 = target.contains("i686") || target.contains("x86_64");

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

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

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

0 comments on commit 64b79dc

Please sign in to comment.