# HG changeset patch # User Karl Heuer # Date 790903740 0 # Node ID 6c454c04a0272cb2e09aa923aa12533d74d5886a # Parent e020d8d5dc2cfd14fcc7452d63e4d3d3c96d80be Define BROKEN_SELECT_NON_X. diff -r e020d8d5dc2c -r 6c454c04a027 src/s/isc3-0.h --- a/src/s/isc3-0.h Mon Jan 23 23:26:29 1995 +0000 +++ b/src/s/isc3-0.h Mon Jan 23 23:29:00 1995 +0000 @@ -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