summaryrefslogtreecommitdiff
path: root/libjava/classpath/native/jni/java-io/java_io_VMConsole.c
diff options
context:
space:
mode:
authorMatthias Klose <doko@gcc.gnu.org>2012-12-19 17:03:15 +0000
committerMatthias Klose <doko@gcc.gnu.org>2012-12-19 17:03:15 +0000
commita1906e8bbfa426ed1adfe751608bc74f1d4d2ab7 (patch)
tree9b478aacc6b13f1beadacec2ade096dcb732af53 /libjava/classpath/native/jni/java-io/java_io_VMConsole.c
parentbaeb2e16475b278e83fe73751d4f0f572805b16e (diff)
downloadgcc-a1906e8bbfa426ed1adfe751608bc74f1d4d2ab7.tar.gz
Import GNU Classpath (20121202).
2012-12-19 Matthias Klose <doko@ubuntu.com> Import GNU Classpath (20121202). * Regenerate class and header files. * Regenerate auto* files. * sources.am, gcj/javaprims.h: Regenerate. * gnu/java/nio/FileLockImpl.java (close): New override. From-SVN: r194618
Diffstat (limited to 'libjava/classpath/native/jni/java-io/java_io_VMConsole.c')
-rw-r--r--libjava/classpath/native/jni/java-io/java_io_VMConsole.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libjava/classpath/native/jni/java-io/java_io_VMConsole.c b/libjava/classpath/native/jni/java-io/java_io_VMConsole.c
index 2883f5f73eb..3ce0a489da3 100644
--- a/libjava/classpath/native/jni/java-io/java_io_VMConsole.c
+++ b/libjava/classpath/native/jni/java-io/java_io_VMConsole.c
@@ -47,6 +47,10 @@ exception statement from your version. */
/*************************************************************************/
+#ifndef IUCLC
+#define IUCLC 0
+#endif
+
#define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY)
#define TERMIOS_ECHO_LFLAGS (ECHO|ECHOE|ECHOK|ECHONL|TOSTOP)