Changeset 4936b65 in rtems
- Timestamp:
- 03/16/98 17:05:47 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 53d804ff
- Parents:
- e7acb60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/posix1003.1/ch03.t
re7acb60 r4936b65 21 21 22 22 @example 23 execl(), Unimplementable 24 execv(), Unimplementable 25 execle(), Unimplementable 26 execve(), Unimplementable 27 execlp(), Unimplementable 28 execvp(), Unimplementable 23 execl(), Unimplementable, Requires Processes 24 execv(), Unimplementable, Requires Processes 25 execle(), Unimplementable, Requires Processes 26 execve(), Unimplementable, Requires Processes 27 execlp(), Unimplementable, Requires Processes 28 execvp(), Unimplementable, Requires Processes 29 29 @end example 30 30 … … 32 32 33 33 @example 34 pthread_atfork(), Implemented34 pthread_atfork(), Unimplementable, Requires Processes 35 35 @end example 36 36 … … 40 40 41 41 @example 42 wait(), Implemented43 waitpid(), Implemented42 wait(), Unimplementable, Requires Processes 43 waitpid(), Unimplementable, Requires Processes 44 44 @end example 45 45 … … 47 47 48 48 @example 49 _exit(), Implemented49 _exit(), Unimplemented 50 50 @end example 51 51
Note: See TracChangeset
for help on using the changeset viewer.