From 30f5deff34ae6466741678c23ae96d1a54171ca8 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 26 Nov 2001 13:00:23 +0000 Subject: * 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 | 6 ++++++ 1 file changed, 6 insertions(+) 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 + + * 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 * sysdeps/i386/i686/Implies: Removed. -- cgit v1.1