summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-02 16:42:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-02 16:42:42 +0000
commitd54fd8fd4d8e412d44cb5983c9e92ca5d868baf5 (patch)
treec8cddeb43da3ed3e7fea837bf27a4469ecef7734 /cpukit/libcsupport
parent2011-12-02 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d54fd8fd4d8e412d44cb5983c9e92ca5d868baf5.tar.bz2
2011-12-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/include/sys/termios.h: Add _POSIX_VDISABLE.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/include/sys/termios.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/libcsupport/include/sys/termios.h b/cpukit/libcsupport/include/sys/termios.h
index 219bc2fefa..160fa243c2 100644
--- a/cpukit/libcsupport/include/sys/termios.h
+++ b/cpukit/libcsupport/include/sys/termios.h
@@ -38,6 +38,12 @@ struct termios {
cc_t c_cc[NCCS]; /* control characters */
};
+/**
+ * This value is used to disable processing of a member of c_cc
+ * in the struct termios.
+ */
+#define _POSIX_VDISABLE 0
+
/* c_cc characters */
#define VINTR 0
#define VQUIT 1