diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-06 00:56:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-06 00:56:59 +0000 |
commit | 5a35dfca75ee7f2e3b650f2d80a3f1b4802e21e1 (patch) | |
tree | 590e0428f8bcd49d5180215edc7f266794ee9449 /ChangeLog | |
parent | ae113383fe0eb948c6b9755206ec9e3253b3d88d (diff) | |
download | glibc-5a35dfca75ee7f2e3b650f2d80a3f1b4802e21e1.tar.gz glibc-5a35dfca75ee7f2e3b650f2d80a3f1b4802e21e1.tar.xz glibc-5a35dfca75ee7f2e3b650f2d80a3f1b4802e21e1.zip |
Update.
* elf/ldconfig.c (search_dir): 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 8872475fc4..7149df3479 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-02-05 Ulrich Drepper <drepper@redhat.com> + * elf/ldconfig.c (search_dir): Use PRIx64 instead of Lx in printf + string. Include <inttypes.h> instead of <stdint.h>. + * configure.in: Add check for bison. * config.make.in: Define BISON variable. * intl/Makefile: Use BISON instead of YACC when generating plural.c. |