diff options
author | Brian Fraser <fraserbn@gmail.com> | 2013-05-17 23:14:49 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-26 14:44:20 -0300 |
commit | 13c14f5c8d5727459ceb9f782250be271ddedc7e (patch) | |
tree | 099345fdf763f2db90020a48cacebd9f05fb25ff /hints | |
parent | 02b998ff96b7eef67efe8bccefb8e7f5bb26ed5f (diff) | |
download | perl-13c14f5c8d5727459ceb9f782250be271ddedc7e.tar.gz |
hints/linux-androideabi.sh: getservent_r() is a partial stub, mark it as undefined to avoid issues with threads
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 |