View | Details | Raw Unified | Return to bug 132392
Collapse All | Expand All

(-)src/share/man/man3/pthread.3 (-7 / +6 lines)
Lines 30-36 Link Here
30
.\"
30
.\"
31
.\" $FreeBSD: src/share/man/man3/pthread.3,v 1.31 2007/10/22 10:07:59 ru Exp $
31
.\" $FreeBSD: src/share/man/man3/pthread.3,v 1.31 2007/10/22 10:07:59 ru Exp $
32
.\"
32
.\"
33
.Dd October 19, 2007
33
.Dd MARS 07, 2009
34
.Dt PTHREAD 3
34
.Dt PTHREAD 3
35
.Os
35
.Os
36
.Sh NAME
36
.Sh NAME
Lines 469-483 Link Here
469
.Sh IMPLEMENTATION NOTES
469
.Sh IMPLEMENTATION NOTES
470
The current
470
The current
471
.Fx
471
.Fx
472
POSIX thread implementation is built in two libraries,
472
POSIX thread implementation is built into the
473
.Lb libthr ,
473
.Lb libthr .
474
and
474
It contains both thread-safe versions of
475
.Lb libkse .
476
They contain both thread-safe versions of
477
.Lb libc
475
.Lb libc
478
functions and the thread functions.
476
functions and the thread functions.
479
Threaded applications are linked with one of these libraries.
477
Threaded applications are linked with this library.
480
.Sh SEE ALSO
478
.Sh SEE ALSO
479
.Xr libthr 3 ,
481
.Xr pthread_atfork 3 ,
480
.Xr pthread_atfork 3 ,
482
.Xr pthread_cancel 3 ,
481
.Xr pthread_cancel 3 ,
483
.Xr pthread_cleanup_pop 3 ,
482
.Xr pthread_cleanup_pop 3 ,

Return to bug 132392