summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch01.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-17 23:10:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-17 23:10:33 +0000
commitc78be42127ec73ab45a40e45e5c4a68081fa32b1 (patch)
tree7dc408dcaf630a3fe92fc3b8243b78532cab9e27 /doc/posix1003.1/ch01.t
parentCompleted status pass on functions and data types. (diff)
downloadrtems-c78be42127ec73ab45a40e45e5c4a68081fa32b1.tar.bz2
First attempt at adding constants and feature flags
Diffstat (limited to 'doc/posix1003.1/ch01.t')
-rw-r--r--doc/posix1003.1/ch01.t24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/posix1003.1/ch01.t b/doc/posix1003.1/ch01.t
index fc50693b1c..c65a3e64f1 100644
--- a/doc/posix1003.1/ch01.t
+++ b/doc/posix1003.1/ch01.t
@@ -14,3 +14,27 @@
@section Conformance
+@example
+NGROUPS_MAX, Feature Flag,
+_POSIX_ASYNCHRONOUS_IO, Feature Flag,
+_POSIX_CHOWN_RESTRICTED, Feature Flag,
+_POSIX_FSYNC, Feature Flag,
+_POSIX_JOB_CONTROL, Feature Flag,
+_POSIX_MAPPED_FILES, Feature Flag,
+_POSIX_MEMLOCK, Feature Flag,
+_POSIX_MEMLOCK_RANGE, Feature Flag,
+_POSIX_MEMORY_PROTECTION, Feature Flag,
+_POSIX_MESSAGE_PASSING, Feature Flag,
+_POSIX_PRIORITIZED_IO, Feature Flag,
+_POSIX_PRIORITY_SCHEDULING, Feature Flag,
+_POSIX_REALTIME_SIGNALS, Feature Flag,
+_POSIX_SEMAPHORES, Feature Flag,
+_POSIX_SHARED_MEMORY_OBJECTS, Feature Flag,
+_POSIX_SYNCHRONIZED_IO, Feature Flag,
+_POSIX_TIMERS, Feature Flag,
+_POSIX_THREAD_PRIO_INHERIT, Feature Flag,
+_POSIX_THREAD_PRIORITY_SCHEDULING, Feature Flag,
+_POSIX_THREADS, Feature Flag,
+_POSIX_THREAD_SAFE_FUNCTIONS, Feature Flag,
+@end example
+