mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
* 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:
parent
a86e3e5891
commit
30f5deff34
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user