diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-21 22:09:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-21 22:09:40 +0000 |
commit | 75836bc83df5b107d90d552506fd8b49c623cb8a (patch) | |
tree | 1ae8f8863bfdcd0e916b814eaf83e54ee0018c57 | |
parent | e063cef8b1d16d0ff0c7c315508d08e74800ee9e (diff) | |
download | glibc-75836bc83df5b107d90d552506fd8b49c623cb8a.tar.gz glibc-75836bc83df5b107d90d552506fd8b49c623cb8a.tar.xz glibc-75836bc83df5b107d90d552506fd8b49c623cb8a.zip |
Update.
Patch by Roland McGrath <roland@frob.com>.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | linuxthreads/ChangeLog | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index a913b71f85..6d029fb267 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,7 +7,7 @@ versions. * libio/iofclose.c: Likewise. * libio/oldiofclose.c: Likewise. - Patch by Roland MyGrath <roland@from.com>. + Patch by Roland McGrath <roland@frob.com>. 2000-03-21 Jakub Jelinek <jakub@redhat.com> diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 1a3d7d65df..06e458437e 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -4,6 +4,8 @@ being NULL, not value. Use __on_exit, not on_exit. Patch by Andreas Jaeger <aj@suse.de>. + * pthread.c: Use new macros from shlib-compat.h to define versions. + 2000-03-19 Ulrich Drepper <drepper@redhat.com> * pthread.c (pthread_initialize): Instead of on_exit use |