fork.2: The MADV_WIPEONFORK setting is preserved in child of fork()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-10-09 21:26:53 +02:00
parent 64f89da83f
commit 292e6c071c
1 changed files with 3 additions and 0 deletions

View File

@ -145,6 +145,9 @@ Memory in address ranges that have been marked with the
.B MADV_WIPEONFORK
flag is zeroed in the child after a
.BR fork ().
(The
.B MADV_WIPEONFORK
setting remains in place for those address ranges in the child.)
.IP *
The termination signal of the child is always
.B SIGCHLD