From ba7cc5f6fb26e54ed45a20343a7751a6ae5a7ad2 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 15 Mar 1988 16:58:43 +0000 Subject: [PATCH] more sensible values for SIG_DFL and SIG_IGN --- include/_tail_mon/signal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/_tail_mon/signal.h b/include/_tail_mon/signal.h index f3c585ec1..f74a88767 100644 --- a/include/_tail_mon/signal.h +++ b/include/_tail_mon/signal.h @@ -22,5 +22,5 @@ #define SIGTERM 15 /* software termination signal from kill */ int (*signal())(); -#define SIG_DFL (int (*)())0 -#define SIG_IGN (int (*)())1 +#define SIG_DFL (int (*)())-2 +#define SIG_IGN (int (*)())-3 -- 2.34.1