From d54fd8fd4d8e412d44cb5983c9e92ca5d868baf5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Dec 2011 16:42:42 +0000 Subject: 2011-12-02 Joel Sherrill * libcsupport/include/sys/termios.h: Add _POSIX_VDISABLE. --- cpukit/libcsupport/include/sys/termios.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpukit/libcsupport') 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 -- cgit v1.2.3