about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-04-10 04:51:32 +0000
committerUlrich Drepper <drepper@redhat.com>2000-04-10 04:51:32 +0000
commit7c3c5620b4e3b21bd895ae5c9c4d3b6720e1423e (patch)
treebf9cf1bca4593bb9a3c965418b9f7e8bf11a6699
parentc89f1b0ecf95546a53a055693d05cf29024806fb (diff)
downloadglibc-7c3c5620b4e3b21bd895ae5c9c4d3b6720e1423e.tar.gz
glibc-7c3c5620b4e3b21bd895ae5c9c4d3b6720e1423e.tar.xz
glibc-7c3c5620b4e3b21bd895ae5c9c4d3b6720e1423e.zip
Update.
-rw-r--r--linuxthreads/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 5b7b17bc7a..b4bebf975b 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,9 @@
+2000-04-09  Ulrich Drepper  <drepper@redhat.com>
+
+	* signals.c (sigaction): Fix return value for the case SIG is one
+	of the signals the implementation uses.
+	Patch by Xavier.Leroy@inria.fr.
+
 2000-03-23  Ulrich Drepper  <drepper@redhat.com>
 
 	* mutex.c (__pthread_reset_pthread_once): Reset once_masterlock.