summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch16.t
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix1003.1/ch16.t')
-rw-r--r--doc/posix1003.1/ch16.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/posix1003.1/ch16.t b/doc/posix1003.1/ch16.t
index 46af606432..f9ba73599e 100644
--- a/doc/posix1003.1/ch16.t
+++ b/doc/posix1003.1/ch16.t
@@ -23,8 +23,8 @@ pthread_attr_setstackaddr(), Function, Implemented
pthread_attr_getstackaddr(), Function, Implemented
pthread_attr_setdetachstate(), Function, Implemented
pthread_attr_getdetachstate(), Function, Implemented
-PTHREAD_CREATE_JOINABLE, Constant,
-PTHREAD_CREATE_DETACHED, Constant,
+PTHREAD_CREATE_JOINABLE, Constant, Implemented
+PTHREAD_CREATE_DETACHED, Constant, Implemented
@end example
@subsection Thread Creation
@@ -67,6 +67,6 @@ pthread_equal(), Function, Implemented
@example
pthread_once(), Function, Implemented
-PTHREAD_ONCE_INIT, Constant,
+PTHREAD_ONCE_INIT, Constant, Implemented
@end example