about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-09-18 23:21:25 +0000
committerUlrich Drepper <drepper@redhat.com>1999-09-18 23:21:25 +0000
commit9cf44e65641b946949db0bbf3059901ff2ef08cb (patch)
treec46268cea32dfcb5e08b5e7846281cc1babfab08 /linuxthreads/ChangeLog
parentc68d04feb7fca7f45eb30c286812092653e24ca1 (diff)
downloadglibc-9cf44e65641b946949db0bbf3059901ff2ef08cb.tar.gz
glibc-9cf44e65641b946949db0bbf3059901ff2ef08cb.tar.xz
glibc-9cf44e65641b946949db0bbf3059901ff2ef08cb.zip
Update.
1999-09-18  Ulrich Drepper  <drepper@cygnus.com>

	* pthread.c (pthread_handle_sigrestart_rt): New function.  Use
	this instead of pthread_handle_sigrestart if the signal is an RT
	signal.

	* signals.c: Handle passing through of sighandler arguments also
	for real-time signals.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 13c85c588b..a67824127e 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,12 @@
+1999-09-18  Ulrich Drepper  <drepper@cygnus.com>
+
+	* pthread.c (pthread_handle_sigrestart_rt): New function.  Use
+	this instead of pthread_handle_sigrestart if the signal is an RT
+	signal.
+
+	* signals.c: Handle passing through of sighandler arguments also
+	for real-time signals.
+
 1999-09-03  Andreas Schwab  <schwab@suse.de>
 
 	* ptfork.c (__fork): Renamed from fork and use __libc_fork.  Add