Avoid declaring the same field twice if SIGPWR is defined to SIGLOST.

This commit is contained in:
Ulrich Drepper 1999-11-23 17:06:27 +00:00
parent 9a6ad3b7c6
commit b1a544407e

View File

@ -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