changeset 822:abb915adb1b0

Programs should really be handling SIGPIPE themselves
author Sam Lantinga <slouken@libsdl.org>
date Sat, 14 Feb 2004 23:45:42 +0000
parents 30168104389f
children d67e76f25874
files src/SDL_fatal.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
 };