more sensible values for SIG_DFL and SIG_IGN
authorceriel <none@none>
Tue, 15 Mar 1988 16:58:43 +0000 (16:58 +0000)
committerceriel <none@none>
Tue, 15 Mar 1988 16:58:43 +0000 (16:58 +0000)
include/_tail_mon/signal.h

index f3c585e..f74a887 100644 (file)
@@ -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