Programs should really be handling SIGPIPE themselves

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40823
This commit is contained in:
Sam Lantinga 2004-02-14 23:45:42 +00:00
parent d3c3bef835
commit 1ebb410fc7

View file

@ -118,9 +118,6 @@ static int SDL_fatal_signals[] = {
#endif
#ifdef SIGQUIT
SIGQUIT,
#endif
#ifdef SIGPIPE
SIGPIPE,
#endif
0
};