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:
@ -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
|
||||
|
Reference in New Issue
Block a user