From 2b37049c221501c6ae77e0308634aebcdb10060d Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 23 Feb 2000 15:13:27 +0000 Subject: manual/9838 --- Src/init.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index 258801116..9832ddf4a 100644 --- a/Src/init.c +++ b/Src/init.c @@ -82,6 +82,11 @@ mod_export int hasam; /**/ mod_export int (*getkeyptr) _((int)); +/* SIGCHLD mask */ + +/**/ +mod_export sigset_t sigchld_mask; + #ifdef DEBUG /* depth of allocation type stack */ @@ -761,6 +766,8 @@ setupvals(void) void init_signals(void) { + sigchld_mask = signal_mask(SIGCHLD); + intr(); #ifndef QDEBUG -- cgit 1.4.1