diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-09-18 23:21:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-09-18 23:21:25 +0000 |
commit | 9cf44e65641b946949db0bbf3059901ff2ef08cb (patch) | |
tree | c46268cea32dfcb5e08b5e7846281cc1babfab08 /linuxthreads/ChangeLog | |
parent | c68d04feb7fca7f45eb30c286812092653e24ca1 (diff) | |
download | glibc-9cf44e65641b946949db0bbf3059901ff2ef08cb.zip glibc-9cf44e65641b946949db0bbf3059901ff2ef08cb.tar.gz glibc-9cf44e65641b946949db0bbf3059901ff2ef08cb.tar.bz2 |
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/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 13c85c5..a678241 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 |