diff options
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/string/strsignal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/strsignal.c b/newlib/libc/string/strsignal.c index 6d39e8b75..e03c1086b 100644 --- a/newlib/libc/string/strsignal.c +++ b/newlib/libc/string/strsignal.c @@ -242,7 +242,7 @@ _DEFUN (strsignal, (signal), buffer = "Profiling timer expired"; break; #endif -#ifdef SIGLOST +#if defined(SIGLOST) && SIGLOST != SIGPWR case SIGLOST: buffer = "Resource lost"; break; |