Mercurial > sdl-ios-xcode
comparison src/SDL_fatal.c @ 822:abb915adb1b0
Programs should really be handling SIGPIPE themselves
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 14 Feb 2004 23:45:42 +0000 |
parents | 5a417d2a8603 |
children | 863da1c38c7e |
comparison
equal
deleted
inserted
replaced
821:30168104389f | 822:abb915adb1b0 |
---|---|
117 SIGFPE, | 117 SIGFPE, |
118 #endif | 118 #endif |
119 #ifdef SIGQUIT | 119 #ifdef SIGQUIT |
120 SIGQUIT, | 120 SIGQUIT, |
121 #endif | 121 #endif |
122 #ifdef SIGPIPE | |
123 SIGPIPE, | |
124 #endif | |
125 0 | 122 0 |
126 }; | 123 }; |
127 | 124 |
128 void SDL_InstallParachute(void) | 125 void SDL_InstallParachute(void) |
129 { | 126 { |