source: rtems-docs/posix1003-1/general.rst @ 72a62ad

4.115
Last change on this file since 72a62ad was 72a62ad, checked in by Chris Johns <chrisj@…>, on 11/03/16 at 05:58:08

Rename all manuals with an _ to have a -. It helps released naming of files.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1.. comment SPDX-License-Identifier: CC-BY-SA-4.0
2
3General
4#######
5
6Scope
7=====
8
9Normative References
10====================
11
12Conformance
13===========
14
15.. code:: c
16
17    NGROUPS_MAX, Feature Flag,
18    _POSIX_ASYNCHRONOUS_IO, Feature Flag,
19    _POSIX_CHOWN_RESTRICTED, Feature Flag,
20    _POSIX_FSYNC, Feature Flag,
21    _POSIX_JOB_CONTROL, Feature Flag,
22    _POSIX_MAPPED_FILES, Feature Flag,
23    _POSIX_MEMLOCK, Feature Flag,
24    _POSIX_MEMLOCK_RANGE, Feature Flag,
25    _POSIX_MEMORY_PROTECTION, Feature Flag,
26    _POSIX_MESSAGE_PASSING, Feature Flag,
27    _POSIX_PRIORITIZED_IO, Feature Flag,
28    _POSIX_PRIORITY_SCHEDULING, Feature Flag,
29    _POSIX_REALTIME_SIGNALS, Feature Flag,
30    _POSIX_SEMAPHORES, Feature Flag,
31    _POSIX_SHARED_MEMORY_OBJECTS, Feature Flag,
32    _POSIX_SYNCHRONIZED_IO, Feature Flag,
33    _POSIX_TIMERS, Feature Flag,
34    _POSIX_THREAD_PRIO_INHERIT, Feature Flag,
35    _POSIX_THREAD_PRIORITY_SCHEDULING, Feature Flag,
36    _POSIX_THREADS, Feature Flag,
37    _POSIX_THREAD_SAFE_FUNCTIONS, Feature Flag,
38
39.. COMMENT: COPYRIGHT (c) 1988-2002.
40
41.. COMMENT: On-Line Applications Research Corporation (OAR).
42
43.. COMMENT: All rights reserved.
44
Note: See TracBrowser for help on using the repository browser.