diff options
author | Denys Vlasenko | 2009-07-08 02:58:38 +0200 |
---|---|---|
committer | Denys Vlasenko | 2009-07-08 02:58:38 +0200 |
commit | da49f5852481adb0b3fa0b5ccba93b266f271c35 (patch) | |
tree | 3ab27dafe02a3723658ab2649e8b3ea28b024ac5 /coreutils/stty.c | |
parent | 95cc814dbd37a4cb5a69b5eac80bd3e5173fe908 (diff) | |
download | busybox-da49f5852481adb0b3fa0b5ccba93b266f271c35.zip busybox-da49f5852481adb0b3fa0b5ccba93b266f271c35.tar.gz |
move libc related stuff out of platform.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/stty.c')
-rw-r--r-- | coreutils/stty.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c index 5506fdb..e02fe7c 100644 --- a/coreutils/stty.c +++ b/coreutils/stty.c @@ -68,10 +68,6 @@ # define CSWTCH _POSIX_VDISABLE #endif -#ifndef IUCLC -# define IUCLC 0 -#endif - /* SunOS 5.3 loses (^Z doesn't work) if 'swtch' is the same as 'susp'. So the default is to disable 'swtch.' */ #if defined(__sparc__) && defined(__svr4__) |