diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-09 18:54:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-09 18:54:38 +0000 |
commit | b9f8ac3001e3688a860595d1aa05e1c7aec0e29c (patch) | |
tree | ecce465507043ac8628269b7000ff2c7924273a5 /ChangeLog | |
parent | 7bd3a4eadbf78212ce93f974353e64136ee4e978 (diff) | |
download | glibc-b9f8ac3001e3688a860595d1aa05e1c7aec0e29c.tar.gz glibc-b9f8ac3001e3688a860595d1aa05e1c7aec0e29c.tar.xz glibc-b9f8ac3001e3688a860595d1aa05e1c7aec0e29c.zip |
Update.
* sysdeps/unix/sysv/linux/i386/Makefile: Add rules for oldgetrlimit and oldsetrlimit. * sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldgetrlimit and oldsetrlimit. * sysdeps/unix/sysv/linux/Makefile: Move oldgetrlimit and oldsetrlimit rules into 32-bit arch subdirs. * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f33bc686ba..e6b3d87281 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 1999-12-09 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/unix/sysv/linux/i386/Makefile: Add rules for + oldgetrlimit and oldsetrlimit. + * sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldgetrlimit and + oldsetrlimit. + * sysdeps/unix/sysv/linux/Makefile: Move oldgetrlimit and + oldsetrlimit rules into 32-bit arch subdirs. + * sysdeps/unix/sysv/linux/syscalls.list: Likewise. + * locale/programs/ld-collate.c (insert_value): If this is the first symbol the cursor can be the same as the next pointer. |