diff options
Diffstat (limited to 'hints')
-rw-r--r-- | hints/linux-android.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/linux-android.sh b/hints/linux-android.sh index 31688b5c7d..7acefdee31 100644 --- a/hints/linux-android.sh +++ b/hints/linux-android.sh @@ -26,6 +26,9 @@ d_setlocale='undef' d_setlocale_r='undef' i_locale='undef' +# https://code.google.com/p/android-source-browsing/source/browse/libc/netbsd/net/getservent_r.c?repo=platform--bionic&r=ca6fe7bebe3cc6ed7e2db5a3ede2de0fcddf411d#95 +d_getservent_r='undef' + # Bionic defines several stubs that just warn and return NULL # https://gitorious.org/0xdroid/bionic/blobs/70b2ef0ec89a9c9d4c2d4bcab728a0e72bafb18e/libc/bionic/stubs.c # https://android.googlesource.com/platform/bionic/+/master/libc/bionic/stubs.cpp |