From 6bc991ed75ff1e9368c939b8a167d5c9b9db527a Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 14 Feb 2004 23:45:42 +0000 Subject: [PATCH] Programs should really be handling SIGPIPE themselves --- src/SDL_fatal.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/SDL_fatal.c b/src/SDL_fatal.c index a1714eaf0..f6eae2d1b 100644 --- a/src/SDL_fatal.c +++ b/src/SDL_fatal.c @@ -118,9 +118,6 @@ static int SDL_fatal_signals[] = { #endif #ifdef SIGQUIT SIGQUIT, -#endif -#ifdef SIGPIPE - SIGPIPE, #endif 0 };