From 1ebb410fc7261c3bb681c3474afbe1bc172a0b0f 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 --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40823 --- 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 };