| commit | 1ac1981659ba7abcc1c76436e4b4dfc2bc616d2a | [log] [tgz] |
|---|---|---|
| author | rsc <devnull@localhost> | Fri Jan 14 17:31:01 2005 +0000 |
| committer | rsc <devnull@localhost> | Fri Jan 14 17:31:01 2005 +0000 |
| tree | cbbb16515504e691f3f5e9a4738a58e569559644 | |
| parent | 3afc6b5e70c2a589f8ca9f8feb5470d2975a2915 [diff] |
where did this change go?
diff --git a/src/libthread/daemonize.c b/src/libthread/daemonize.c index 4ed252e..7aa1494 100644 --- a/src/libthread/daemonize.c +++ b/src/libthread/daemonize.c
@@ -74,7 +74,17 @@ SIGALRM, SIGTERM, SIGCHLD, SIGSTOP, SIGTSTP, SIGTTIN, SIGTTOU, SIGURG, SIGXCPU, SIGXFSZ, SIGVTALRM, SIGPROF, - SIGWINCH, SIGIO, SIGPWR, SIGSYS + SIGWINCH, SIGIO, +#ifdef SIGEMT + SIGEMT, +#endif +#ifdef SIGPWR + SIGPWR, +#endif +#ifdef SIGINFO + SIGINFO, +#endif + SIGSYS }; void