mirror of
https://github.com/systemd/systemd.git
synced 2025-03-11 20:58:27 +03:00
util: SIGSTKFLT is unknown on Linux for SPARC
This commit is contained in:
parent
6f890469f4
commit
f26ee0b931
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user