summaryrefslogtreecommitdiff
path: root/src/stty.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stty.c')
-rw-r--r--src/stty.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stty.c b/src/stty.c
index 0e587a0ea..f96659d2c 100644
--- a/src/stty.c
+++ b/src/stty.c
@@ -52,10 +52,6 @@
#include "error.h"
#include "xstrtol.h"
-#if defined(GWINSZ_BROKEN) /* Such as for SCO UNIX 3.2.2. */
-# undef TIOCGWINSZ
-#endif
-
#ifndef _POSIX_VDISABLE
# define _POSIX_VDISABLE ((unsigned char) 0)
#endif