]> granicus.if.org Git - gc/commit
Do not use tkill (Android)
authorIvan Maidanski <ivmai@mail.ru>
Thu, 20 Jul 2017 09:11:22 +0000 (12:11 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 20 Jul 2017 09:11:22 +0000 (12:11 +0300)
commita441d305f47bc78fd4116a5bacefb866caab6558
treebdddb66377bb710c9101f7042054cc7b65b6e189
parent8fa721ed802926384c720dee9d35c2a0be0b1632
Do not use tkill (Android)

tkill() has been deprecated in Android.  Starting from NDK r11 (which
introduced android-23 API), the call exists only in libc.a (but not
in libc.so).  The comment in Bionic says that tkill exists only for
Mono clients (and only for 32-bit targets).

* include/private/gcconfig.h [PLATFORM_ANDROID && CPP_WORDSZ==32]
(USE_TKILL_ON_ANDROID): Do not define if __ANDROID_API__ >= 23; add
comment.
include/private/gcconfig.h