diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-27 04:03:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-27 04:03:12 +0000 |
commit | a49daee2ef840ea42546cf367891e4c5e8047b3e (patch) | |
tree | aca3d5d9f296a48d0629c6b4b5529403254775ae /ChangeLog | |
parent | 13b3edfc7340eb2dc59669c1aaccab32f9207d39 (diff) | |
download | glibc-a49daee2ef840ea42546cf367891e4c5e8047b3e.tar.gz glibc-a49daee2ef840ea42546cf367891e4c5e8047b3e.tar.xz glibc-a49daee2ef840ea42546cf367891e4c5e8047b3e.zip |
Update.
* login/programs/utmpdump.c (print_entry): Cast tv_usec to long to match format string. * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c (union semun): Add __old_buf. (__new_semctl): Shut up warning. * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h (_dl_string_hwcap): Add __attribute__ ((always_inline)). 2003-08-26 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a7eed0ea9a..00c81f9302 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2003-08-26 Jakub Jelinek <jakub@redhat.com> + * login/programs/utmpdump.c (print_entry): Cast tv_usec to long + to match format string. + * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c (union semun): Add + __old_buf. + (__new_semctl): Shut up warning. + * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h + (_dl_string_hwcap): Add __attribute__ ((always_inline)). + +2003-08-26 Jakub Jelinek <jakub@redhat.com> + * elf/ldconfig.c (search_dir): When checking for GNU-style .so link file use the real file name, not the resolved name we got by following the symlinks. |