# HG changeset patch # User Sam Lantinga # Date 1076802342 0 # Node ID abb915adb1b0c93e4c36f9e0816bc59ac63f8031 # Parent 30168104389fdaa722396b034fb1e40eefef9a01 Programs should really be handling SIGPIPE themselves diff -r 30168104389f -r abb915adb1b0 src/SDL_fatal.c --- a/src/SDL_fatal.c Sat Feb 14 20:22:21 2004 +0000 +++ b/src/SDL_fatal.c Sat Feb 14 23:45:42 2004 +0000 @@ -119,9 +119,6 @@ #ifdef SIGQUIT SIGQUIT, #endif -#ifdef SIGPIPE - SIGPIPE, -#endif 0 };