Loading include/asm-generic/signal.h +7 −0 Original line number Diff line number Diff line #ifndef __ASM_GENERIC_SIGNAL_H #define __ASM_GENERIC_SIGNAL_H #include <linux/compiler.h> #ifndef SIG_BLOCK #define SIG_BLOCK 0 /* for blocking signals */ #endif Loading @@ -19,3 +24,5 @@ typedef __restorefn_t __user *__sigrestore_t; #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ #define SIG_ERR ((__force __sighandler_t)-1) /* error return from signal */ #endif #endif /* __ASM_GENERIC_SIGNAL_H */ Loading
include/asm-generic/signal.h +7 −0 Original line number Diff line number Diff line #ifndef __ASM_GENERIC_SIGNAL_H #define __ASM_GENERIC_SIGNAL_H #include <linux/compiler.h> #ifndef SIG_BLOCK #define SIG_BLOCK 0 /* for blocking signals */ #endif Loading @@ -19,3 +24,5 @@ typedef __restorefn_t __user *__sigrestore_t; #define SIG_IGN ((__force __sighandler_t)1) /* ignore signal */ #define SIG_ERR ((__force __sighandler_t)-1) /* error return from signal */ #endif #endif /* __ASM_GENERIC_SIGNAL_H */