Revert "Revert "Hide _tolower_tab_ and _toupper_tab_ on LP64.""

This reverts commit 715242fd0f.

Change-Id: Ia9892fa3b03287129aa72a49974cef9fd94ae735
This commit is contained in:
Dan Albert
2014-07-01 22:41:50 +00:00
parent 715242fd0f
commit f79ee064b6
3 changed files with 13 additions and 2 deletions

View File

@@ -56,8 +56,6 @@
__BEGIN_DECLS
extern const char *_ctype_;
extern const short *_tolower_tab_;
extern const short *_toupper_tab_;
#if defined(__GNUC__) || defined(_ANSI_LIBRARY) || defined(lint)
int isalnum(int);