From: Ulrich Drepper Date: Fri, 26 Nov 1999 19:31:41 +0000 (+0000) Subject: If SIGPWR == SIGLOST, don't include SIGPWR message. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=415e3bd05ab1922bccf430a47e51d8a374543cf8;p=thirdparty%2Fglibc.git If SIGPWR == SIGLOST, don't include SIGPWR message. --- diff --git a/sysdeps/gnu/siglist.h b/sysdeps/gnu/siglist.h index 7fb41adf6d2..d1725e920aa 100644 --- a/sysdeps/gnu/siglist.h +++ b/sysdeps/gnu/siglist.h @@ -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