about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ctype/Versions2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 393d726ac0..0257a23af8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-11-19  Ulrich Drepper  <drepper@cygnus.com>
+
+	* ctype/Versions: Add _tolower and _toupper.
+
 1998-11-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
 
 	* sunrpc/svc_unix.c (readunix): Check for POLLERR, POLLHUP and
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;