From adcdc775e11f6fc788448b9e2b0b4ef08579e463 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 2 Oct 2012 08:52:55 +0530 Subject: Fix clone flag name in comment to CLONE_CHILD_CLEARTID. --- nptl/pthread_create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl/pthread_create.c') diff --git a/nptl/pthread_create.c b/nptl/pthread_create.c index 97d83256a4..6ba9c6fe11 100644 --- a/nptl/pthread_create.c +++ b/nptl/pthread_create.c @@ -420,7 +420,7 @@ start_thread (void *arg) /* We cannot call '_exit' here. '_exit' will terminate the process. The 'exit' implementation in the kernel will signal when the - process is really dead since 'clone' got passed the CLONE_CLEARTID + process is really dead since 'clone' got passed the CLONE_CHILD_CLEARTID flag. The 'tid' field in the TCB will be set to zero. The exit code is zero since in case all threads exit by calling -- cgit 1.4.1