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 /linuxthreads/ChangeLog | |
parent | ae113383fe0eb948c6b9755206ec9e3253b3d88d (diff) | |
download | glibc-5a35dfca75ee7f2e3b650f2d80a3f1b4802e21e1.tar glibc-5a35dfca75ee7f2e3b650f2d80a3f1b4802e21e1.tar.gz glibc-5a35dfca75ee7f2e3b650f2d80a3f1b4802e21e1.tar.bz2 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 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 3e5e7b09d3..acb84808de 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2001-02-05 Jes Sorensen <jes@linuxcare.com> + + * sysdeps/unix/sysv/linux/ia64/pt-initfini.c: New file. + 2001-02-02 Ulrich Drepper <drepper@redhat.com> * Versions: Remove __pthread_initialize_minimal. |