[BZ #3124]
commitb051fc4438e7e7ef248a1d03a9b2bd397bc916f3
authorUlrich Drepper <drepper@redhat.com>
Tue, 5 Sep 2006 17:18:23 +0000 (5 17:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 5 Sep 2006 17:18:23 +0000 (5 17:18 +0000)
tree0d6d7a6030bafb9f43c5cc2f0a32a1d49a0e7626
parentd052233c6cc886f472736f3cd8f79e4ecf6e0c89
[BZ #3124]

2006-09-05  Ulrich Drepper  <drepper@redhat.com>
[BZ #3124]
* descr.h (struct pthread): Add parent_cancelhandling.
* sysdeps/pthread/createthread.c (create_thread): Pass parent
cancelhandling value to child.
* pthread_create.c (start_thread): If parent thread was canceled
reset the SIGCANCEL mask.
* Makefile (tests): Add tst-cancel25.
* tst-cancel25.c: New file.
nptl/ChangeLog
nptl/Makefile
nptl/descr.h
nptl/pthread_create.c
nptl/sysdeps/pthread/createthread.c
nptl/tst-cancel25.c [new file with mode: 0644]