From: Karl Heuer Date: Mon, 23 Jan 1995 23:29:00 +0000 (+0000) Subject: Define BROKEN_SELECT_NON_X. X-Git-Tag: emacs-19.34~5329 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6fd88d2ec2119d2e1814d4a81c502e0cd10c9e6a;p=emacs.git Define BROKEN_SELECT_NON_X. --- 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 @@ #undef BROKEN_TIOCGWINSZ #define NEED_SIOCTL +/* select works okay on the X ptys, but not on the serial port. */ +#define BROKEN_SELECT_NON_X + /* We need either _XOPEN_SOURCE or _POSIX_SOURCE to import the posix signal symbols; might as well use _XOPEN_SOURCE. Defining _SYSV3 ensures that we don't lose the traditional symbols as a side effect