1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix clone flag name in comment to CLONE_CHILD_CLEARTID.

This commit is contained in:
Siddhesh Poyarekar
2012-10-02 08:52:55 +05:30
parent 51367701af
commit adcdc775e1
16 changed files with 36 additions and 14 deletions

View File

@ -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