summaryrefslogtreecommitdiffstats
path: root/posix1003-1/preface.rst
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-08-28 13:03:40 -0500
committerJoel Sherrill <joel@rtems.org>2017-10-12 20:25:13 -0500
commit2c3cf2166dd35152bb006d027476400be8759615 (patch)
treec9bde69e8015ae32d259a962694187d742a8ea0b /posix1003-1/preface.rst
parentShorten BSP and Driver Guide name (missed commit) (diff)
downloadrtems-docs-2c3cf2166dd35152bb006d027476400be8759615.tar.bz2
New version of POSIX Compliance Guide
This is a replacement of the POSIX 1003.1 Compliance Guide. It will be generated from a .csv file. Updates #3177.
Diffstat (limited to 'posix1003-1/preface.rst')
-rw-r--r--posix1003-1/preface.rst28
1 files changed, 0 insertions, 28 deletions
diff --git a/posix1003-1/preface.rst b/posix1003-1/preface.rst
deleted file mode 100644
index 5c8fa59..0000000
--- a/posix1003-1/preface.rst
+++ /dev/null
@@ -1,28 +0,0 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-
-=======
-Preface
-=======
-
-This document lists the functions, constant, macros, feature flags,
-and types defined in the POSIX 1003.1 standard. Each section in
-this document corresponds to a section in the 1003.1 standard
-and the implementation status of the items required by the standard
-are listed.
-
-RTEMS supports a number of POSIX process, user, and group oriented
-routines in what is referred to as a "SUSP" (Single-User, Single
-Process) manner. RTEMS supports a single process, multithreaded
-POSIX 1003.1b environment. In a pure world, there would be
-no reason to even include routines like ``getpid()`` when there
-can only be one process. But providing routines like ``getpid()``
-and making them work in a sensible fashion for an embedded environment
-while not returning ENOSYS (for not implemented) makes it significantly
-easier to port code from a UNIX environment without modifying it.
-
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-
-.. COMMENT: On-Line Applications Research Corporation (OAR).
-
-.. COMMENT: All rights reserved.
-