]> git.eshelyaron.com Git - emacs.git/commitdiff
Define BROKEN_SELECT_NON_X.
authorKarl Heuer <kwzh@gnu.org>
Mon, 23 Jan 1995 23:29:00 +0000 (23:29 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 23 Jan 1995 23:29:00 +0000 (23:29 +0000)
src/s/isc3-0.h

index 737ce3c32978e376e35d8f254aa29103a5f76a0a..2bfe8229d268c510d7f8cad04d701c64da63e5b6 100644 (file)
@@ -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