aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/stty.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c
index 5506fdb66..e02fe7c72 100644
--- a/coreutils/stty.c
+++ b/coreutils/stty.c
@@ -68,10 +68,6 @@
68# define CSWTCH _POSIX_VDISABLE 68# define CSWTCH _POSIX_VDISABLE
69#endif 69#endif
70 70
71#ifndef IUCLC
72# define IUCLC 0
73#endif
74
75/* SunOS 5.3 loses (^Z doesn't work) if 'swtch' is the same as 'susp'. 71/* SunOS 5.3 loses (^Z doesn't work) if 'swtch' is the same as 'susp'.
76 So the default is to disable 'swtch.' */ 72 So the default is to disable 'swtch.' */
77#if defined(__sparc__) && defined(__svr4__) 73#if defined(__sparc__) && defined(__svr4__)