diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-26 02:20:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-26 02:20:01 +0000 |
commit | 9de4e2034072a876f16d9c1d7368cee533d91a6b (patch) | |
tree | e39d051ba9c09871a5cd0d7c2a9f80c41e4012db /sysdeps | |
parent | 14a6b4e45f4297a39b704557491fcc16ff863ef7 (diff) | |
download | glibc-9de4e2034072a876f16d9c1d7368cee533d91a6b.tar.gz glibc-9de4e2034072a876f16d9c1d7368cee533d91a6b.tar.xz glibc-9de4e2034072a876f16d9c1d7368cee533d91a6b.zip |
Update.
2000-01-24 Paul Eggert <eggert@twinsun.com> * posix/fnmatch_loop.c (FCT): Use locale's collating sequence when deciding whether a character falls within a character range. 2000-01-24 Paul Eggert <eggert@twinsun.com> * posix/fnmatch_loop.c (FCT): When matching [A-Z] and folding case, lower-case A too. 2000-01-24 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove old[gs]etrlimit.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/syscalls.list | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/syscalls.list b/sysdeps/unix/sysv/linux/i386/syscalls.list index 3cf0d30340..84b5a8afa5 100644 --- a/sysdeps/unix/sysv/linux/i386/syscalls.list +++ b/sysdeps/unix/sysv/linux/i386/syscalls.list @@ -2,5 +2,3 @@ modify_ldt EXTRA modify_ldt 3 __modify_ldt modify_ldt vm86 - vm86 1 __vm86 vm86 -oldgetrlimit EXTRA getrlimit 2 __old_getrlimit getrlimit@GLIBC_2.0 -oldsetrlimit EXTRA setrlimit 2 __old_setrlimit setrlimit@GLIBC_2.0 |