util: SIGSTKFLT is unknown on Linux for SPARC

This commit is contained in:
Lennart Poettering 2010-09-14 13:56:08 +02:00
parent 6f890469f4
commit f26ee0b931
1 changed files with 3 additions and 1 deletions

View File

@ -3214,7 +3214,9 @@ static const char *const signal_table[] = {
[SIGPIPE] = "PIPE",
[SIGALRM] = "ALRM",
[SIGTERM] = "TERM",
[SIGSTKFLT] = "STKFLT",
#ifdef SIGSTKFLT
[SIGSTKFLT] = "STKFLT", /* Linux on SPARC doesn't know SIGSTKFLT */
#endif
[SIGCHLD] = "CHLD",
[SIGCONT] = "CONT",
[SIGSTOP] = "STOP",