summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch02.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 18:08:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 18:08:38 +0000
commit33494093816741dca34025634a85178795e7a487 (patch)
treebfc1dc138a0dfb3d3c667ac67f83e34b215bf2f5 /doc/posix1003.1/ch02.t
parentCleaned up format and added data types. (diff)
downloadrtems-33494093816741dca34025634a85178795e7a487.tar.bz2
Added function status and data types
Diffstat (limited to 'doc/posix1003.1/ch02.t')
-rw-r--r--doc/posix1003.1/ch02.t20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/posix1003.1/ch02.t b/doc/posix1003.1/ch02.t
index e16a62b166..0655c0714d 100644
--- a/doc/posix1003.1/ch02.t
+++ b/doc/posix1003.1/ch02.t
@@ -18,6 +18,26 @@
@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,
+@end example
+
@section Environment Description
@section C Language Definitions