From ef0a063a84282f74a9da4a899c555037972873a9 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Sat, 16 Jan 2016 19:14:55 -0500 Subject: Split document into seperate files by section. --- posix1003_1/general.rst | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 posix1003_1/general.rst (limited to 'posix1003_1/general.rst') diff --git a/posix1003_1/general.rst b/posix1003_1/general.rst new file mode 100644 index 0000000..ab4b6e7 --- /dev/null +++ b/posix1003_1/general.rst @@ -0,0 +1,42 @@ +General +####### + +Scope +===== + +Normative References +==================== + +Conformance +=========== + +.. code:: c + + 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, + +.. COMMENT: COPYRIGHT (c) 1988-2002. + +.. COMMENT: On-Line Applications Research Corporation (OAR). + +.. COMMENT: All rights reserved. + -- cgit v1.2.3