From: Ulrich Drepper Date: Thu, 19 Nov 1998 13:09:21 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/libc-2_0_103~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1da995555a114b464501de39bdbf124bc8a1da2e;p=thirdparty%2Fglibc.git Update. 1998-11-19 Ulrich Drepper * ctype/Versions: Add _tolower and _toupper. --- diff --git a/ChangeLog b/ChangeLog index 393d726ac03..0257a23af89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1998-11-19 Ulrich Drepper + + * ctype/Versions: Add _tolower and _toupper. + 1998-11-19 Thorsten Kukuk * sunrpc/svc_unix.c (readunix): Check for POLLERR, POLLHUP and diff --git a/ctype/Versions b/ctype/Versions index 6e7ed9b3454..56647bd784f 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;