diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-12-09 22:43:47 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-12-09 22:43:47 +0000 |
commit | 81e87115ca82d648c5a370c7b35a73a24eece26e (patch) | |
tree | 36086afd140c3039e6e9999d50ecff3ced09950d /src/syssignal.h | |
parent | cec5673e713301cb1147a5d19e3fb6673d61e824 (diff) | |
download | emacs-81e87115ca82d648c5a370c7b35a73a24eece26e.tar.gz |
Fix typo in comment.
Diffstat (limited to 'src/syssignal.h')
-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. */ #ifdef POSIX_SIGNALS -/* Don't #include <signal.h>. That header shouldalways be #included +/* Don't #include <signal.h>. That header should always be #included before "config.h", because some configuration files (like s/hpux.h) indicate that SIGIO doesn't work by #undef-ing SIGIO. If this file #includes <signal.h>, then that will re-#define SIGIO and confuse |