diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/syssignal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syssignal.h b/src/syssignal.h index d5af069ae71..a7e3cdebe43 100644 --- a/src/syssignal.h +++ b/src/syssignal.h | |||
| @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 19 | 19 | ||
| 20 | #ifdef POSIX_SIGNALS | 20 | #ifdef POSIX_SIGNALS |
| 21 | 21 | ||
| 22 | /* Don't #include <signal.h>. That header shouldalways be #included | 22 | /* Don't #include <signal.h>. That header should always be #included |
| 23 | before "config.h", because some configuration files (like s/hpux.h) | 23 | before "config.h", because some configuration files (like s/hpux.h) |
| 24 | indicate that SIGIO doesn't work by #undef-ing SIGIO. If this file | 24 | indicate that SIGIO doesn't work by #undef-ing SIGIO. If this file |
| 25 | #includes <signal.h>, then that will re-#define SIGIO and confuse | 25 | #includes <signal.h>, then that will re-#define SIGIO and confuse |