mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-14 15:20:04 +00:00
Avoid declaring the same field twice if SIGPWR is defined to SIGLOST.
This commit is contained in:
parent
9a6ad3b7c6
commit
b1a544407e
@ -67,7 +67,7 @@
|
||||
#endif
|
||||
#ifdef SIGINFO
|
||||
init_sig (SIGINFO, "INFO", N_("Information request"))
|
||||
#elif defined(SIGPWR)
|
||||
#elif defined(SIGPWR) && (!defined(SIGLOST) || (SIGPWR != SIGLOST))
|
||||
init_sig (SIGPWR, "PWR", N_("Power failure"))
|
||||
#endif
|
||||
#ifdef SIGLOST
|
||||
|
Loading…
Reference in New Issue
Block a user