summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/include/termios.h')
-rw-r--r--mdk-stage1/dietlibc/include/termios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/include/termios.h b/mdk-stage1/dietlibc/include/termios.h
index c9998595c..12e02c5d7 100644
--- a/mdk-stage1/dietlibc/include/termios.h
+++ b/mdk-stage1/dietlibc/include/termios.h
@@ -76,6 +76,8 @@ typedef unsigned char cc_t;
typedef unsigned int speed_t;
typedef unsigned int tcflag_t;
+#define _POSIX_VDISABLE '\0'
+
#if defined(__i386__) || defined(__arm__) || defined(__ia64__) || defined(__hppa__) || defined(__s390__) || defined(__s390x__) || defined(__x86_64__)
#define NCCS 19
struct termios {