From 7331714cf96cef835dd5bfd2ab29961cccdd1899 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 18 Mar 1998 18:15:01 +0000 Subject: Added Constants, Feature Flags, and Macros (included in Functions). No status information was included. --- doc/posix1003.1/ch16.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/posix1003.1/ch16.t') diff --git a/doc/posix1003.1/ch16.t b/doc/posix1003.1/ch16.t index e4f28d0e4e..46af606432 100644 --- a/doc/posix1003.1/ch16.t +++ b/doc/posix1003.1/ch16.t @@ -23,6 +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, @end example @subsection Thread Creation @@ -65,5 +67,6 @@ pthread_equal(), Function, Implemented @example pthread_once(), Function, Implemented +PTHREAD_ONCE_INIT, Constant, @end example -- cgit v1.2.3