about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index b4c474a2a6..711c3fb06b 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,5 +1,11 @@
+2001-09-12  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/pthread/timer_delete.c (timer_delete): Thread may be NULL
+	for SIGEV_NONE.
+	* sysdeps/pthread/timer_settime.c (timer_settime): Likewise.
+
 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
-            Wolfram Gloger <wg@malloc.de>
+	    Wolfram Gloger <wg@malloc.de>
 
 	* join.c: Protect all communications from and to manager with
 	TEMP_FAILURE_RETRY.