diff options
author | Andreas Schwab <schwab@suse.de> | 2001-11-26 13:00:23 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2001-11-26 13:00:23 +0000 |
commit | 30f5deff34ae6466741678c23ae96d1a54171ca8 (patch) | |
tree | 5294488c642affbcb27681ba29d0dab76a55c9eb | |
parent | a86e3e5891c72314c8c5d64b56f12474c72c0563 (diff) | |
download | glibc-30f5deff34ae6466741678c23ae96d1a54171ca8.zip glibc-30f5deff34ae6466741678c23ae96d1a54171ca8.tar.gz glibc-30f5deff34ae6466741678c23ae96d1a54171ca8.tar.bz2 |
* manager.c (pthread_handle_create): Start the child thread with
the cancel signal blocked, so that it does not handle it before
the thread register is set up. Save errno from failed clone call.
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 2125fee..b6aa503 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2001-11-26 Andreas Schwab <schwab@suse.de> + + * manager.c (pthread_handle_create): Start the child thread with + the cancel signal blocked, so that it does not handle it before + the thread register is set up. Save errno from failed clone call. + 2001-11-15 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/i686/Implies: Removed. |