Differences between version 3 and previous revision of fork(2).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 3 | Last edited on Monday, November 4, 2002 12:52:15 pm | by JohnMcPherson | Revert |
Older page: | version 2 | Last edited on Sunday, November 3, 2002 10:34:52 pm | by WikiAdmin | Revert |
@@ -18,9 +18,9 @@
;[EAGAIN]: fork(2) cannot allocate sufficient memory to copy the parent's page tables and allocate a task structure for the child, or the number of processors would exceed the limit of the number of processes either system wide, or for a particular users. (CHILD_MAX)
;[ENOMEM]: fork(2) failed to allocate the necessary kernel structures because memory is tight.
!!CONFORMING TO
-The fork(2) call conforms to SVr4, SVID, POSIX, X/OPEN, BSD 4.3.
+The fork(2) call conforms to SVr4, SVID, [
POSIX]
, X/OPEN, BSD 4.3.
!!EXAMPLE
/*
* This program demonstrates fork(2).