diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-19 13:09:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-19 13:09:21 +0000 |
commit | 1da995555a114b464501de39bdbf124bc8a1da2e (patch) | |
tree | 8b5138fce48109aa62eb0f6de4946db6aa58fb5a /ctype | |
parent | f1317ef5091309fd16948258d1e9d6fdd86c5b57 (diff) | |
download | glibc-1da995555a114b464501de39bdbf124bc8a1da2e.tar glibc-1da995555a114b464501de39bdbf124bc8a1da2e.tar.gz glibc-1da995555a114b464501de39bdbf124bc8a1da2e.tar.bz2 glibc-1da995555a114b464501de39bdbf124bc8a1da2e.zip |
Update.
1998-11-19 Ulrich Drepper <drepper@cygnus.com>
* ctype/Versions: Add _tolower and _toupper.
Diffstat (limited to 'ctype')
-rw-r--r-- | ctype/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
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; |