1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-19 15:33:56 +00:00

Remove KSE bits, cross reference libthr.3.

PR:		132392
Submitted by:	Niclas Zeising <niclas.zeising@gmail.com> (original version)
This commit is contained in:
Tom Rhodes 2009-04-01 07:13:21 +00:00
parent a7f9bae19e
commit 9c0f9817ff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190608

View File

@ -30,7 +30,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd October 19, 2007
.Dd April 1, 2009
.Dt PTHREAD 3
.Os
.Sh NAME
@ -469,15 +469,15 @@ cancellation stack.
.Sh IMPLEMENTATION NOTES
The current
.Fx
POSIX thread implementation is built in two libraries,
POSIX thread implementation is built into the
.Lb libthr ,
and
.Lb libkse .
They contain both thread-safe versions of
library.
It contains thread-safe versions of
.Lb libc
functions and the thread functions.
Threaded applications are linked with one of these libraries.
Threaded applications are linked with this library.
.Sh SEE ALSO
.Xr libthr 3 ,
.Xr pthread_atfork 3 ,
.Xr pthread_cancel 3 ,
.Xr pthread_cleanup_pop 3 ,