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
commitcf43c7a0e69dcad5cfa1a88bed5c5c1743d42ca4 (patch)
tree472dfe1b4b8c5d122e8ed785fc5a8bdcb9003127 /sdl.c
parent3763ec7652c8421ad18cb59ec88a0bd448e2ab23 (diff)
downloadopenttd-cf43c7a0e69dcad5cfa1a88bed5c5c1743d42ca4.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;