diff options
author | Elliott Hughes <enh@google.com> | 2017-05-11 15:29:03 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2017-05-11 15:29:03 -0700 |
commit | dfcb82d92d00c7f1516477b19da97c1d2b07f0b4 (patch) | |
tree | 84acbc670a0b351ef7059e8ed2455f08e05b4fff /libc/upstream-openbsd/android/include/openbsd-compat.h | |
parent | 0e986b8d5ddd1d41db18d8e6af1eb5c58fb3dbe8 (diff) | |
download | android_bionic-dfcb82d92d00c7f1516477b19da97c1d2b07f0b4.tar.gz android_bionic-dfcb82d92d00c7f1516477b19da97c1d2b07f0b4.tar.bz2 android_bionic-dfcb82d92d00c7f1516477b19da97c1d2b07f0b4.zip |
Clean up __isthreaded.
__isthreaded is annoying for ARC++ and useless for everyone. Just hard-code
the value in ndk_cruft for LP32 and be done with it.
Bug: N/A
Test: builds
Change-Id: I08f11a404bbec55ed57cb1e18b5116163c7d7d13
Diffstat (limited to 'libc/upstream-openbsd/android/include/openbsd-compat.h')
-rw-r--r-- | libc/upstream-openbsd/android/include/openbsd-compat.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/upstream-openbsd/android/include/openbsd-compat.h b/libc/upstream-openbsd/android/include/openbsd-compat.h index caea45a93..bec860b83 100644 --- a/libc/upstream-openbsd/android/include/openbsd-compat.h +++ b/libc/upstream-openbsd/android/include/openbsd-compat.h @@ -81,7 +81,4 @@ __LIBC_HIDDEN__ extern const short _C_tolower_[]; __LIBC_HIDDEN__ extern char* __findenv(const char*, int, int*); __LIBC_HIDDEN__ extern char* _mktemp(char*); -/* TODO: hide this when android_support.a is fixed (http://b/16298580).*/ -/*__LIBC_HIDDEN__*/ extern int __isthreaded; - #endif |