aboutsummaryrefslogtreecommitdiffstats
path: root/man7/pthreads.7
diff options
context:
space:
mode:
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" .