tag | line | file | source code |
SIG_DFL | 86 | include/asm-alpha/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
SIG_DFL | 82 | include/asm-i386/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
SIG_DFL | 100 | include/asm-mips/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
SIG_DFL | 70 | include/asm-ppc/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |
SIG_DFL | 131 | include/asm-sparc/signal.h | #define SIG_DFL ((__sighandler_t)0) /* default signal handling */ |