diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/isc3-0.h | 3 |
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 |