diff options
| author | Paul Eggert | 2011-07-19 13:37:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-19 13:37:27 -0700 |
| commit | 63cf7836ae7616ce91d7eeaeac997d71609e191b (patch) | |
| tree | 801b7c438808303fd47cf19aec1d899c78c2472f /src/s | |
| parent | 7403ff044d82d390bdc4cdd3954448daedcd4571 (diff) | |
| parent | 0d8de0fd0a5a63cc9558b5c99f9c7f1ddcaf338a (diff) | |
| download | emacs-63cf7836ae7616ce91d7eeaeac997d71609e191b.tar.gz emacs-63cf7836ae7616ce91d7eeaeac997d71609e191b.zip | |
Merge from intsign.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/openbsd.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/s/openbsd.h b/src/s/openbsd.h index 175d61dc9c9..0a8bab2290f 100644 --- a/src/s/openbsd.h +++ b/src/s/openbsd.h | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | /* System file for openbsd. */ | 1 | /* System file for openbsd. */ |
| 2 | 2 | ||
| 3 | /* The same as NetBSD. Note there are differences in configure. */ | 3 | /* Nearly the same as NetBSD. Note there are differences in configure. */ |
| 4 | #include "netbsd.h" | 4 | #include "netbsd.h" |
| 5 | 5 | ||
| 6 | /* The symbol SIGIO is defined, but the feature doesn't work in the | ||
| 7 | way Emacs needs it to. See | ||
| 8 | <http://article.gmane.org/gmane.os.openbsd.ports/46831>. */ | ||
| 9 | #define BROKEN_SIGIO | ||