pthreads.7: Add references to nptl(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-03-21 22:20:48 +01:00
parent 2baa3e91e4
commit d378f78434
1 changed files with 6 additions and 3 deletions

View File

@ -788,10 +788,12 @@ With NPTL, all of the threads in a process are placed
in the same thread group;
all members of a thread group share the same PID.
NPTL does not employ a manager thread.
NPTL makes internal use of the first two real-time signals
(see also
.BR signal (7));
NPTL makes internal use of the first two real-time signals;
these signals cannot be used in applications.
See
.BR nptl (7)
for further details.
NPTL still has at least one nonconformance with POSIX.1:
.IP \- 3
@ -900,6 +902,7 @@ bash$ $( LD_ASSUME_KERNEL=2.2.5 ldd /bin/ls | grep libc.so | \\
.BR proc (5),
.BR attributes (7),
.BR futex (7),
.BR nptl (7),
.BR sigevent (7),
.BR signal (7),