diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-13 07:56:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-13 07:56:06 +0000 |
commit | 5b6f86b37479ca44fd04cde915fe6ecf3a906dd1 (patch) | |
tree | c33dc81c6e7d71cfffa0de2839d651d00ba2c6a3 /linuxthreads/ChangeLog | |
parent | 4d004cfb45f86696f764e2c92d9c2ea0c54a2bba (diff) | |
download | glibc-5b6f86b37479ca44fd04cde915fe6ecf3a906dd1.tar.gz glibc-5b6f86b37479ca44fd04cde915fe6ecf3a906dd1.tar.xz glibc-5b6f86b37479ca44fd04cde915fe6ecf3a906dd1.zip |
Update.
2004-08-09 Jakub Jelinek <jakub@redhat.com> * libc-tsd.c: Move resolv.h include before the #if. (__res_maybe_init): New function. Add libc_hidden_def.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index cd5ff76e59..4203483956 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2004-08-09 Jakub Jelinek <jakub@redhat.com> + + * libc-tsd.c: Move resolv.h include before the #if. + (__res_maybe_init): New function. Add libc_hidden_def. + 2004-08-02 Ulrich Drepper <drepper@redhat.com> * linuxthreads.texi (Cleanup Handlers): Fix typo. |