CVSROOT: /cvs/glibc Module name: libc Changes by: schwab@sources.redhat.com 2001-11-26 04:59:17 Modified files: linuxthreads : manager.c Log message: (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.