diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-03-17 00:35:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-03-17 00:35:19 +0000 |
commit | ae8d7b447701c455c3b4e9b345c6bc02f9d92504 (patch) | |
tree | 1546414973f584c95f9398cfb58269a6760282a6 | |
parent | 8efb2f1ca042578c0c490a8c7677120c402e0455 (diff) | |
download | glibc-ae8d7b447701c455c3b4e9b345c6bc02f9d92504.tar.gz glibc-ae8d7b447701c455c3b4e9b345c6bc02f9d92504.tar.xz glibc-ae8d7b447701c455c3b4e9b345c6bc02f9d92504.zip |
* include/dirent.h: Yet more changes to match sort function type
change. * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise. * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise. * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3bdae6ab67..7c6bae16bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-03-16 Ulrich Drepper <drepper@redhat.com> + + * include/dirent.h: Yet more changes to match sort function type + change. + * sysdeps/unix/sysv/linux/i386/alphasort64.c: Likewise. + * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise. + * sysdeps/unix/sysv/linux/i386/versionsort64.c: Likewise. + 2009-03-16 Thomas Schwinge <tschwinge@gnu.org> * dirent/scandir64.c (scandir64): Adjust declaration to type change. |