aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-01-23 23:29:00 +0000
committerKarl Heuer1995-01-23 23:29:00 +0000
commit6fd88d2ec2119d2e1814d4a81c502e0cd10c9e6a (patch)
tree9dfb252865d81b1443db2a683fbc34624f762878 /src
parent86d1f23addb6df5f0b64b9ae93d699e24a06070c (diff)
downloademacs-6fd88d2ec2119d2e1814d4a81c502e0cd10c9e6a.tar.gz
emacs-6fd88d2ec2119d2e1814d4a81c502e0cd10c9e6a.zip
Define BROKEN_SELECT_NON_X.
Diffstat (limited to 'src')
-rw-r--r--src/s/isc3-0.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/isc3-0.h b/src/s/isc3-0.h
index 737ce3c3297..2bfe8229d26 100644
--- a/src/s/isc3-0.h
+++ b/src/s/isc3-0.h
@@ -31,6 +31,9 @@
31#undef BROKEN_TIOCGWINSZ 31#undef BROKEN_TIOCGWINSZ
32#define NEED_SIOCTL 32#define NEED_SIOCTL
33 33
34/* select works okay on the X ptys, but not on the serial port. */
35#define BROKEN_SELECT_NON_X
36
34/* We need either _XOPEN_SOURCE or _POSIX_SOURCE to import the posix 37/* We need either _XOPEN_SOURCE or _POSIX_SOURCE to import the posix
35 signal symbols; might as well use _XOPEN_SOURCE. Defining _SYSV3 38 signal symbols; might as well use _XOPEN_SOURCE. Defining _SYSV3
36 ensures that we don't lose the traditional symbols as a side effect 39 ensures that we don't lose the traditional symbols as a side effect