diff options
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/u_signal_names.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbb/u_signal_names.c b/libbb/u_signal_names.c index f7d598c7a..036ad0038 100644 --- a/libbb/u_signal_names.c +++ b/libbb/u_signal_names.c | |||
@@ -27,6 +27,10 @@ | |||
27 | 27 | ||
28 | #include "libbb.h" | 28 | #include "libbb.h" |
29 | 29 | ||
30 | #if ENABLE_PLATFORM_MINGW32 | ||
31 | # undef SIGPIPE | ||
32 | #endif | ||
33 | |||
30 | /* Believe it or not, but some arches have more than 32 SIGs! | 34 | /* Believe it or not, but some arches have more than 32 SIGs! |
31 | * HPPA: SIGSTKFLT == 36. */ | 35 | * HPPA: SIGSTKFLT == 36. */ |
32 | 36 | ||