chiark / gitweb /
process: Clear SHUTDOWN hooks in afterfork()
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 30 Sep 2014 17:22:14 +0000 (18:22 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 9 Oct 2014 18:29:59 +0000 (19:29 +0100)
commit274fce818821d1aa7287dece474cfa5f5016c89f
tree1a748e7d9fa9371fe6d69a907b475856c37573a1
parent2c4912c04dc42ad6f2d435412179e72b6a86d73b
process: Clear SHUTDOWN hooks in afterfork()

That allows child processes to safely use the standard fatal() calls
etc.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
process.c
secnet.h
util.c