chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
process: Introduce afterfork()
[secnet]
/
hackypar.c
diff --git
a/hackypar.c
b/hackypar.c
index eb445b0847afb68e1139d080e6165571238445e3..abc93c4d982498a8142e1ce95fefd5f9bdd600ce 100644
(file)
--- a/
hackypar.c
+++ b/
hackypar.c
@@
-55,6
+55,7
@@
static HPState start(void)
}
if (!child) { /* we are the child */
+ afterfork();
return hp_compute;
}