1998-11-19  Ulrich Drepper  <drepper@cygnus.com>

	* ctype/Versions: Add _tolower and _toupper.
This commit is contained in:
Ulrich Drepper 1998-11-19 13:09:21 +00:00
parent f1317ef509
commit 1da995555a
2 changed files with 5 additions and 1 deletions

View File

@ -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

View 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;