Searched refs:SIGPROP_CORE (Results 1 – 1 of 1) sorted by relevance
215 #define SIGPROP_CORE 0x02 /* ditto and coredumps */ macro224 [SIGQUIT] = SIGPROP_KILL | SIGPROP_CORE,225 [SIGILL] = SIGPROP_KILL | SIGPROP_CORE,226 [SIGTRAP] = SIGPROP_KILL | SIGPROP_CORE,227 [SIGABRT] = SIGPROP_KILL | SIGPROP_CORE,228 [SIGEMT] = SIGPROP_KILL | SIGPROP_CORE,229 [SIGFPE] = SIGPROP_KILL | SIGPROP_CORE,231 [SIGBUS] = SIGPROP_KILL | SIGPROP_CORE,232 [SIGSEGV] = SIGPROP_KILL | SIGPROP_CORE,233 [SIGSYS] = SIGPROP_KILL | SIGPROP_CORE,[all …]