diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-06 05:48:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-06 05:48:26 +0000 |
commit | 681627531b56d2f47bdef803cbeef2d6e842a126 (patch) | |
tree | a6e3a41fab82a8df21eb6e30fe012c1241fa366e /ChangeLog | |
parent | 403cb8a19cb457b7f830520a06b0da5a2b846812 (diff) | |
download | glibc-681627531b56d2f47bdef803cbeef2d6e842a126.tar.gz glibc-681627531b56d2f47bdef803cbeef2d6e842a126.tar.xz glibc-681627531b56d2f47bdef803cbeef2d6e842a126.zip |
Update.
* elf/cache.c (print_entry): Use PRIx64 instead of Lx in printf string. Include <inttypes.h> instead of <stdint.h>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 14e40269da..24642925c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-02-05 Ulrich Drepper <drepper@redhat.com> + * elf/cache.c (print_entry): Use PRIx64 instead of Lx in printf + string. Include <inttypes.h> instead of <stdint.h>. + * localedata/Makefile (tests): Add bug-iconv-trans. Define bug-iconv-trans-ENV. * localedata/bug-iconv-trans.c: New file. |