diff options
| -rw-r--r-- | src/sig_handlers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sig_handlers.c b/src/sig_handlers.c index 601e454..3274482 100644 --- a/src/sig_handlers.c +++ b/src/sig_handlers.c @@ -4,6 +4,7 @@ #include <string.h> static void abnormal_termination_handler(int signo) { + psignal(signo, ""); exit(signo); } |
