diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-14 20:38:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-14 20:38:01 +0000 |
commit | b6cfea1299f5d86b17508fd7a52e3fb5bc40bb63 (patch) | |
tree | e9332999951fc4997669b733fd868f3936bdd558 /ChangeLog | |
parent | 9b995718ae13f142edbeb9fcda7dbc48106486da (diff) | |
download | glibc-b6cfea1299f5d86b17508fd7a52e3fb5bc40bb63.tar.gz glibc-b6cfea1299f5d86b17508fd7a52e3fb5bc40bb63.tar.xz glibc-b6cfea1299f5d86b17508fd7a52e3fb5bc40bb63.zip |
Update.
2003-09-14 Ulrich Drepper <drepper@redhat.com> * dirent/dirent.h: Remove __THROW from scandir. 2003-09-14 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/mmap.S: Use sys_mmap2 if it's known to be available. * sysdeps/unix/sysv/linux/arm/mmap64.S: Optimise code a little. * sysdeps/arm/memset.S: Rewrite.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 468a551be3..ac3576f1d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2003-09-14 Ulrich Drepper <drepper@redhat.com> + + * dirent/dirent.h: Remove __THROW from scandir. + +2003-09-14 Philip Blundell <philb@gnu.org> + + * sysdeps/unix/sysv/linux/arm/mmap.S: Use sys_mmap2 if it's known + to be available. + + * sysdeps/unix/sysv/linux/arm/mmap64.S: Optimise code a little. + + * sysdeps/arm/memset.S: Rewrite. + 2003-09-12 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: New. |