Noted inheritance of registrations across fork().

This commit is contained in:
Michael Kerrisk 2006-07-22 14:32:07 +00:00
parent ef828a01d8
commit 58fbd10043
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ such functions to be registered.
The actual limit supported by an implementation can be obtained using
.BR sysconf (3).
.LP
When a child process is created via
.BR fork (),
it inherits copies of the its parents registrations.
Upon a successful call to one of the
.BR exec ()
functions,