diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 1499d819466..8b481207ec2 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -209,5 +209,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 209 | /* Work around a bug in glibc with _longjmp. */ | 209 | /* Work around a bug in glibc with _longjmp. */ |
| 210 | #define C_SWITCH_SYSTEM -D_BSD_SOURCE | 210 | #define C_SWITCH_SYSTEM -D_BSD_SOURCE |
| 211 | 211 | ||
| 212 | /* Let's try this out, just in case. */ | 212 | /* Let's try this out, just in case. |
| 213 | #define SIGNALS_VIA_CHARACTERS | 213 | Nah. Rik Faith <faith@cs.unc.edu> says it doesn't work well. */ |
| 214 | /* #define SIGNALS_VIA_CHARACTERS */ | ||