nptl.7: wfix

Reported-by: Bert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-03-22 20:00:44 +01:00
parent 3f1982b218
commit 44d8807495
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ arrange for all other threads in the process to also change their credentials.
The implementation of each of these system calls involves the use of
a real-time signal that is sent (using
.BR tgkill (2))
to each of the other threads that must change change its credentials.
to each of the other threads that must change its credentials.
Before sending these signals, the thread that is changing credentials
saves the new credential(s) and records the system call being employed
in a global buffer.