summaryrefslogtreecommitdiff
path: root/sdl.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-03-15 14:23:00 +0000
committertron <tron@openttd.org>2005-03-15 14:23:00 +0000
commit452c7c206750284598577cc83b3b1f6ab3f0bc3b (patch)
tree472dfe1b4b8c5d122e8ed785fc5a8bdcb9003127 /sdl.c
parent0cb2ba49ebe701c884c40bf5c50193776e50ef9b (diff)
downloadopenttd-452c7c206750284598577cc83b3b1f6ab3f0bc3b.tar.xz
(svn r2013) Always ignore SIGPIPE, not only when SDL is used (ShadowJK)
Diffstat (limited to 'sdl.c')
-rw-r--r--sdl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdl.c b/sdl.c
index c2f432c9d..6858fdbfd 100644
--- a/sdl.c
+++ b/sdl.c
@@ -158,8 +158,6 @@ static const char *SdlOpen(uint32 x)
signal(SIGABRT, SdlAbort);
signal(SIGSEGV, SdlAbort);
signal(SIGFPE, SdlAbort);
-
- signal(SIGPIPE, SIG_IGN);
#endif
return NULL;