diff options
| author | Richard M. Stallman | 1993-07-26 21:27:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-07-26 21:27:16 +0000 |
| commit | 2373f91ff4ced2b792dfffbd1c7d461a5d611f9c (patch) | |
| tree | 6123050a4afbba2d67d971fb4dfe25f8feba6807 /src | |
| parent | 0eb9fef35324149c8bb30b5efae425292e0f842a (diff) | |
| download | emacs-2373f91ff4ced2b792dfffbd1c7d461a5d611f9c.tar.gz emacs-2373f91ff4ced2b792dfffbd1c7d461a5d611f9c.zip | |
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/usg5-4.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index e91f38cfe04..96ccecefcf0 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h | |||
| @@ -107,6 +107,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 107 | #define HAVE_PTYS | 107 | #define HAVE_PTYS |
| 108 | #define HAVE_SETSID | 108 | #define HAVE_SETSID |
| 109 | #define HAVE_TERMIOS | 109 | #define HAVE_TERMIOS |
| 110 | #undef BROKEN_TIOCGWINSZ | ||
| 111 | #undef BROKEN_TIOCGETC | ||
| 110 | 112 | ||
| 111 | /* It is possible to receive SIGCHLD when there are no children | 113 | /* It is possible to receive SIGCHLD when there are no children |
| 112 | waiting, because a previous waitsys(2) cleaned up the carcass of child | 114 | waiting, because a previous waitsys(2) cleaned up the carcass of child |