diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-21 22:09:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-21 22:09:17 +0000 |
commit | e063cef8b1d16d0ff0c7c315508d08e74800ee9e (patch) | |
tree | aa1711fab6b61292023a7e4dd77db94bd0f1711e /linuxthreads | |
parent | 0bf98029cd3f230233c48eee7f3e6d49cce37d74 (diff) | |
download | glibc-e063cef8b1d16d0ff0c7c315508d08e74800ee9e.tar.gz glibc-e063cef8b1d16d0ff0c7c315508d08e74800ee9e.tar.xz glibc-e063cef8b1d16d0ff0c7c315508d08e74800ee9e.zip |
Update.
Patch by Roland MyGrath <roland@from.com>.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 25088bb146..1a3d7d65df 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -2,6 +2,7 @@ * pthread.c (pthread_initialize): Test for address of __dso_handle being NULL, not value. Use __on_exit, not on_exit. + Patch by Andreas Jaeger <aj@suse.de>. 2000-03-19 Ulrich Drepper <drepper@redhat.com> |