Go to the documentation of this file. 1 #ifndef __ASM_GENERIC_SIGNAL_DEFS_H
2 #define __ASM_GENERIC_SIGNAL_DEFS_H
4 #include <linux/compiler.h>
23 #define SIG_DFL ((__force __sighandler_t)0)
24 #define SIG_IGN ((__force __sighandler_t)1)
25 #define SIG_ERR ((__force __sighandler_t)-1)