Skip to content

Commit 231bd6d

Browse files
committed
[DONT MERGE] test without any _POSIX_* macros
1 parent 73817ec commit 231bd6d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ fn build_zlib(cfg: &mut cc::Build, target: &str) {
135135

136136
if !target.contains("windows") {
137137
cfg.define("_LARGEFILE64_SOURCE", None);
138-
cfg.define("_POSIX_C_SOURCE", "200112L");
139138
cfg.flag("-fvisibility=hidden");
140139
}
141140
if target.contains("apple") {

0 commit comments

Comments
 (0)