Patch by Roland MyGrath <roland@from.com>.
This commit is contained in:
Ulrich Drepper 2000-03-21 22:09:17 +00:00
parent 0bf98029cd
commit e063cef8b1
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
versions.
* libio/iofclose.c: Likewise.
* libio/oldiofclose.c: Likewise.
Patch by Roland MyGrath <roland@from.com>.
2000-03-21 Jakub Jelinek <jakub@redhat.com>

View File

@ -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>