summaryrefslogtreecommitdiffstats
path: root/posix1003-1/general.rst
blob: 2d21cc1dc2e5ffac807ac68e26e005e4eca0b872 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.. comment SPDX-License-Identifier: CC-BY-SA-4.0

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.