* 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.
This commit is contained in:
Andreas Schwab 2001-11-26 13:00:23 +00:00
parent a86e3e5891
commit 30f5deff34
1 changed files with 6 additions and 0 deletions

View File

@ -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.