tag | line | file | source code |
SIG_DFL | 84 | include/asm-alpha/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
SIG_DFL | 80 | include/asm-i386/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
SIG_DFL | 98 | include/asm-mips/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
SIG_DFL | 68 | include/asm-ppc/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
SIG_DFL | 127 | include/asm-sparc/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |