Changeset cb193710 in rtems


Ignore:
Timestamp:
11/15/99 21:04:01 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0f88857
Parents:
9da0994
Message:

Added paragraph describing SUSP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/posix1003.1/preface.texi

    r9da0994 rcb193710  
    1919are listed.
    2020
     21RTEMS supports a number of POSIX process, user, and group oriented
     22routines in what is referred to as a "SUSP" (Single-User, Single
     23Process) manner.  RTEMS supports a single process, multithreaded
     24POSIX 1003.1b environment.  In a pure world, there would be
     25no reason to even include routines like @code{getpid()} when there
     26can only be one process.  But providing routines like @code{getpid()}
     27and making them work in a sensible fashion for an embedded environment
     28while not returning ENOSYS (for not implemented) makes it significantly
     29easier to port code from a UNIX environment without modifying it.
Note: See TracChangeset for help on using the changeset viewer.