From 6984a19876c6aa688f48d933a624a48dfd5751c1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 Mar 1998 18:50:14 +0000 Subject: Completed status pass on functions and data types. --- doc/posix1003.1/ch02.t | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) (limited to 'doc/posix1003.1/ch02.t') diff --git a/doc/posix1003.1/ch02.t b/doc/posix1003.1/ch02.t index 0655c0714d..bca7f9927d 100644 --- a/doc/posix1003.1/ch02.t +++ b/doc/posix1003.1/ch02.t @@ -19,25 +19,29 @@ @section Primitive System Types @example -dev_t, Type, -gid_t, Type, -ino_t, Type, -mode_t, Type, -nlink_t, Type, -off_t, Type, -pid_t, Type, -pthread_t, Type, -pthread_attr_t, Type, -pthread_mutex_t, Type, -pthread_mutex_attr_t, Type, -pthread_cond_t, Type, -pthread_cond_attr_t, Type, -pthread_key_t, Type, -pthread_once_t, Type, -size_t, Type, -ssize_t, Type, +dev_t, Type, Implemented +gid_t, Type, Implemented +ino_t, Type, Implemented +mode_t, Type, Implemented +nlink_t, Type, Implemented +off_t, Type, Implemented +pid_t, Type, Implemented +pthread_t, Type, Implemented +pthread_attr_t, Type, Implemented +pthread_mutex_t, Type, Implemented +pthread_mutex_attr_t, Type, Implemented +pthread_cond_t, Type, Implemented +pthread_cond_attr_t, Type, Implemented +pthread_key_t, Type, Implemented +pthread_once_t, Type, Implemented +size_t, Type, Implemented +ssize_t, Type, Implemented +time_t, Type, Implemented +uid_t, Type, Implemented @end example +NOTE: time_t is not listed in this section but is used by many functions. + @section Environment Description @section C Language Definitions -- cgit v1.2.3