diff options
author | Dan Albert <danalbert@google.com> | 2014-06-19 03:57:05 +0000 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2014-06-19 03:57:05 +0000 |
commit | 715242fd0f69e73a6aca19e32b8979fa0f384788 (patch) | |
tree | 9f2a9c023d1e981cedc9811e25035f82783c092c /libc/upstream-openbsd/android | |
parent | dd4ad5c463c9bd479e8acf81227708717aafe204 (diff) | |
download | bionic-715242fd0f69e73a6aca19e32b8979fa0f384788.zip bionic-715242fd0f69e73a6aca19e32b8979fa0f384788.tar.gz bionic-715242fd0f69e73a6aca19e32b8979fa0f384788.tar.bz2 |
Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64."
This reverts commit dd4ad5c463c9bd479e8acf81227708717aafe204.
Change-Id: If3c9771825e460ce68604082f4feb0ca783e56c6
Diffstat (limited to 'libc/upstream-openbsd/android')
-rw-r--r-- | libc/upstream-openbsd/android/include/openbsd-compat.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/upstream-openbsd/android/include/openbsd-compat.h b/libc/upstream-openbsd/android/include/openbsd-compat.h index f00d91a..8618e31 100644 --- a/libc/upstream-openbsd/android/include/openbsd-compat.h +++ b/libc/upstream-openbsd/android/include/openbsd-compat.h @@ -17,8 +17,6 @@ #ifndef _BIONIC_OPENBSD_COMPAT_H_included #define _BIONIC_OPENBSD_COMPAT_H_included -#include <sys/cdefs.h> - #define __USE_BSD /* OpenBSD's <ctype.h> uses these names, which conflicted with stlport. @@ -36,8 +34,4 @@ /* OpenBSD has this, but we can't really implement it correctly on Linux. */ #define issetugid() 0 -/* LP32 NDK ctype.h contained references to these. */ -__LIBC64_HIDDEN__ extern const short *_tolower_tab_; -__LIBC64_HIDDEN__ extern const short *_toupper_tab_; - #endif |