diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-26 09:54:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-26 09:54:51 +0000 |
commit | 596e1f3978ef6cf88fe90127d5693b509b1b409d (patch) | |
tree | b44be61030e2fc17f1182789ce07faeea03cdada | |
parent | fde9eb68f5c88bd365af5ccdb2ff12fea41290ea (diff) | |
download | glibc-596e1f3978ef6cf88fe90127d5693b509b1b409d.tar.gz glibc-596e1f3978ef6cf88fe90127d5693b509b1b409d.tar.xz glibc-596e1f3978ef6cf88fe90127d5693b509b1b409d.zip |
Update.
2004-03-26 Jakub Jelinek <jakub@redhat.com> * elf/tst-dlmodcount.c: Include stddef.h and stdlib.h. * sysdeps/alpha/backtrace.c: New file.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 8a431db195..7c8709267b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ +2004-03-26 Jakub Jelinek <jakub@redhat.com> + + * elf/tst-dlmodcount.c: Include stddef.h and stdlib.h. + 2003-03-25 Richard Henderson <rth@redhat.com> - * sysdeps/alpha/backtrace.c: New. + * sysdeps/alpha/backtrace.c: New file. 2004-03-25 Ulrich Drepper <drepper@redhat.com> |