aboutsummaryrefslogtreecommitdiffstats
path: root/man7/pthreads.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-08-21 06:44:26 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-08-21 06:44:26 +0000
commit8fb853ba83956b7a679e57b021218059a2384265 (patch)
treed0b9c0b1bf82b7d5dcac1e18581884cf9a61991a /man7/pthreads.7
parenta0f7c7d8ba08fa2d9f47352de3e8dc7d07f8f640 (diff)
downloadman-pages-8fb853ba83956b7a679e57b021218059a2384265.tar.gz
Update thread-safe functions list with changes in POSIX.1-2008.
Diffstat (limited to 'man7/pthreads.7')
-rw-r--r--man7/pthreads.77
1 files changed, 6 insertions, 1 deletions
diff --git a/man7/pthreads.7 b/man7/pthreads.7
index f702aed990..be133282e5 100644
--- a/man7/pthreads.7
+++ b/man7/pthreads.7
@@ -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" .