diff options
author | bors <bors@rust-lang.org> | 2021-02-12 06:20:46 +0000 |
---|---|---|
committer | bors <bors@rust-lang.org> | 2021-02-12 06:20:46 +0000 |
commit | db71a574b2caaf24a2bef5d197ca3e3b834e2800 (patch) | |
tree | 0b09b21f60488f87ec3534d7c3a576c288892967 /libc-test/build.rs | |
parent | a61fd8c79c21b387cdf6e4bcabc8b04afe594960 (diff) | |
parent | 17dec33a0fdc1151a31495b75f26d383ccca2de6 (diff) | |
download | rust-libc-db71a574b2caaf24a2bef5d197ca3e3b834e2800.tar.gz |
Auto merge of #2068 - Minoru:bugfix/remove-unused-iconv.h, r=JohnTitor
Remove unused iconv.h includes
These are left over from 3e4d684dcdd1dff363a45c70c914204013810155, which
added includes to *all* platforms despite adding bindings only to *some*
of them. This already broke OpenBSD which doesn't have iconv.h (fixed by
915d8fac81f40b7f2622523725634d049acff6ea), and is just distasteful, so
down with those unused includes.
(This is a continuation to #2037 and #2067.)
Diffstat (limited to 'libc-test/build.rs')
-rwxr-xr-x | libc-test/build.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs index ee90d307ed..c259f00ba8 100755 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -559,7 +559,6 @@ fn test_redox(target: &str) { "errno.h", "fcntl.h", "grp.h", - "iconv.h", "limits.h", "locale.h", "netdb.h", @@ -620,7 +619,6 @@ fn test_solarish(target: &str) { "fcntl.h", "glob.h", "grp.h", - "iconv.h", "ifaddrs.h", "langinfo.h", "limits.h", @@ -1334,7 +1332,6 @@ fn test_android(target: &str) { "errno.h", "fcntl.h", "grp.h", - "iconv.h", "ifaddrs.h", "limits.h", "locale.h", @@ -1922,7 +1919,6 @@ fn test_emscripten(target: &str) { "fcntl.h", "glob.h", "grp.h", - "iconv.h", "ifaddrs.h", "langinfo.h", "limits.h", |