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/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 3102111eff..8f74133fce 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-04  Jakub Jelinek  <jakub@redhat.com>
+
+	* signals.c (__pthread_sigaction): Set __sighandler[sig].old before
+	__libc_sigaction if it has been one of the special values before.
+
 2003-10-06  Carlos O'Donell <carlos@baldric.uwo.ca>
 
 	* pthread.c (__pthread_self_stack): _STACK_GROWS_UP case added.