aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/siglist.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/siglist.h')
-rw-r--r--sysdeps/generic/siglist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/siglist.h b/sysdeps/generic/siglist.h
index c5867bccef..15fb3fa601 100644
--- a/sysdeps/generic/siglist.h
+++ b/sysdeps/generic/siglist.h
@@ -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