mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Update.
1998-11-19 Ulrich Drepper <drepper@cygnus.com> * ctype/Versions: Add _tolower and _toupper.
This commit is contained in:
@@ -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>
|
1998-11-19 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
|
||||||
|
|
||||||
* sunrpc/svc_unix.c (readunix): Check for POLLERR, POLLHUP and
|
* sunrpc/svc_unix.c (readunix): Check for POLLERR, POLLHUP and
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
libc {
|
libc {
|
||||||
GLIBC_2.0 {
|
GLIBC_2.0 {
|
||||||
# global variables
|
# global variables
|
||||||
__ctype_b; __ctype_tolower; __ctype_toupper;
|
__ctype_b; __ctype_tolower; __ctype_toupper; _tolower; _toupper;
|
||||||
|
|
||||||
# i*
|
# i*
|
||||||
isalnum; isalpha; isascii; isblank; iscntrl; isdigit; isgraph; islower;
|
isalnum; isalpha; isascii; isblank; iscntrl; isdigit; isgraph; islower;
|
||||||
|
Reference in New Issue
Block a user