Update thread-safe functions list with changes in POSIX.1-2008.

This commit is contained in:
Michael Kerrisk 2008-08-21 06:44:26 +00:00
parent a0f7c7d8ba
commit 8fb853ba83
1 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,7 @@
.\" Formatted or processed versions of this manual, if unaccompanied by
.\" the source, must acknowledge the copyright and authors of this work.
.\"
.TH PTHREADS 7 2008-05-29 "Linux" "Linux Programmer's Manual"
.TH PTHREADS 7 2008-08-21 "Linux" "Linux Programmer's Manual"
.SH NAME
pthreads \- POSIX threads
.SH DESCRIPTION
@ -210,6 +210,11 @@ wcstombs()
wctomb()
.fi
.in
.PP
POSIX.1-2008 removes ecvt(), fcvt(), gcvt(), gethostbyname(),
and gethostbyaddr() from the above list
(because those functions are removed from the standard), and adds
strerror() and system().
.SS "Compiling on Linux"
On Linux, programs that use the Pthreads API should be compiled using
.IR "cc \-pthread" .