summaryrefslogtreecommitdiff
path: root/src/stty.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-13 19:31:34 +0000
committerJim Meyering <jim@meyering.net>1996-07-13 19:31:34 +0000
commit7fe510422eb8e89e23705000e6c55a1240381776 (patch)
tree80e3ae9118374e719800ae807a5c4da2e2b67a8c /src/stty.c
parent1ba956316043b2c927c39cf9710f73dc4d6a34a6 (diff)
downloadcoreutils-7fe510422eb8e89e23705000e6c55a1240381776.tar.xz
[GWINSZ_BROKEN]: Remove thus-guarded `#undef TIOCGWINSZ'.
GWINSZ_BROKEN can't be defined anymore.
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