]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 19 Nov 1998 13:09:21 +0000 (13:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 19 Nov 1998 13:09:21 +0000 (13:09 +0000)
1998-11-19  Ulrich Drepper  <drepper@cygnus.com>

* ctype/Versions: Add _tolower and _toupper.

ChangeLog
ctype/Versions

index 393d726ac0369a983569244d2a9a3d1fb7a4c703..0257a23af89e4c375c32ea606eb557b5c90aee89 100644 (file)
--- 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
index 6e7ed9b34541a5e19c69760fb831f121a0721dc5..56647bd784f85ee98d1c39189329fca6c2e9eeb7 100644 (file)
@@ -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;