commit | afebd981318c61b45f35ad7792c7ea32e741ebcc | [log] [tgz] |
---|---|---|
author | Jon Gjengset <jon@thesquareplanet.com> | Fri Apr 28 22:23:33 2017 -0400 |
committer | Jon Gjengset <jon@thesquareplanet.com> | Fri Apr 28 22:23:33 2017 -0400 |
tree | b5865e85d181326c3412fa9b6200b67d796325ae | |
parent | f93cf62d9a931a55879e7edf3793285cb5eaa3b2 [diff] |
Android doesn't expose res_init in header file
diff --git a/libc-test/build.rs b/libc-test/build.rs index cfee015..57767f5 100644 --- a/libc-test/build.rs +++ b/libc-test/build.rs
@@ -469,6 +469,10 @@ // it's in a header file? "endpwent" if android => true, + // Apparently it exists, but isn't defined in a header: + // https://mail.gnome.org/archives/commits-list/2013-May/msg01329.html + "res_init" if android => true, + _ => false, } });