* manager.c (pthread_handle_create): Start the child thread with
commit30f5deff34ae6466741678c23ae96d1a54171ca8
authorAndreas Schwab <schwab@suse.de>
Mon, 26 Nov 2001 13:00:23 +0000 (26 13:00 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 26 Nov 2001 13:00:23 +0000 (26 13:00 +0000)
tree5294488c642affbcb27681ba29d0dab76a55c9eb
parenta86e3e5891c72314c8c5d64b56f12474c72c0563
* 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.
linuxthreads/ChangeLog