]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
If SIGPWR == SIGLOST, don't include SIGPWR message.
authorUlrich Drepper <drepper@redhat.com>
Fri, 26 Nov 1999 19:31:41 +0000 (19:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 26 Nov 1999 19:31:41 +0000 (19:31 +0000)
sysdeps/gnu/siglist.h

index 7fb41adf6d255e5e266d84b4b330f5746c61aeb3..d1725e920aabb9976b422e809bd5746a64bad52b 100644 (file)
@@ -61,7 +61,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