Mercurial > emacs
changeset 10529:6c454c04a027
Define BROKEN_SELECT_NON_X.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 23 Jan 1995 23:29:00 +0000 |
parents | e020d8d5dc2c |
children | e0019e0fe562 |
files | src/s/isc3-0.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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