about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--linuxthreads/ChangeLog1
2 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1abbdd556e..a913b71f85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
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>