diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-21 22:08:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-21 22:08:26 +0000 |
commit | 0bf98029cd3f230233c48eee7f3e6d49cce37d74 (patch) | |
tree | 230214f73f486bb5cbafece7ab46c2787f36eb5f /linuxthreads/ChangeLog | |
parent | cb162e13ed384f33f2712b4fc976e70a1fa7d9c4 (diff) | |
download | glibc-0bf98029cd3f230233c48eee7f3e6d49cce37d74.zip glibc-0bf98029cd3f230233c48eee7f3e6d49cce37d74.tar.gz glibc-0bf98029cd3f230233c48eee7f3e6d49cce37d74.tar.bz2 |
Update.
* libio/fileops.c: Use new macros from shlib-compat.h to define
versions.
* libio/iofclose.c: Likewise.
* libio/oldiofclose.c: Likewise.
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 ce335a7..25088bb 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2000-03-21 Ulrich Drepper <drepper@redhat.com> + + * pthread.c (pthread_initialize): Test for address of __dso_handle + being NULL, not value. Use __on_exit, not on_exit. + 2000-03-19 Ulrich Drepper <drepper@redhat.com> * pthread.c (pthread_initialize): Instead of on_exit use |