Skip to content

Commit

Permalink
Programs should really be handling SIGPIPE themselves
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 14, 2004
1 parent 0818e1b commit 6bc991e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/SDL_fatal.c
Expand Up @@ -118,9 +118,6 @@ static int SDL_fatal_signals[] = {
#endif
#ifdef SIGQUIT
SIGQUIT,
#endif
#ifdef SIGPIPE
SIGPIPE,
#endif
0
};
Expand Down

0 comments on commit 6bc991e

Please sign in to comment.