Commit 1ebb410f authored by Sam Lantinga's avatar Sam Lantinga

Programs should really be handling SIGPIPE themselves

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40823
parent d3c3bef8
......@@ -118,9 +118,6 @@ static int SDL_fatal_signals[] = {
#endif
#ifdef SIGQUIT
SIGQUIT,
#endif
#ifdef SIGPIPE
SIGPIPE,
#endif
0
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment