From 1da995555a114b464501de39bdbf124bc8a1da2e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 19 Nov 1998 13:09:21 +0000 Subject: Update. 1998-11-19 Ulrich Drepper * ctype/Versions: Add _tolower and _toupper. --- ctype/Versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctype') diff --git a/ctype/Versions b/ctype/Versions index 6e7ed9b345..56647bd784 100644 --- a/ctype/Versions +++ b/ctype/Versions @@ -1,7 +1,7 @@ libc { GLIBC_2.0 { # global variables - __ctype_b; __ctype_tolower; __ctype_toupper; + __ctype_b; __ctype_tolower; __ctype_toupper; _tolower; _toupper; # i* isalnum; isalpha; isascii; isblank; iscntrl; isdigit; isgraph; islower; -- cgit v1.2.3