From d54fd8fd4d8e412d44cb5983c9e92ca5d868baf5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Dec 2011 16:42:42 +0000 Subject: [PATCH] 2011-12-02 Joel Sherrill * libcsupport/include/sys/termios.h: Add _POSIX_VDISABLE. --- cpukit/ChangeLog | 4 ++++ cpukit/libcsupport/include/sys/termios.h | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 7c1c60fc12..8ab4807d01 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2011-12-02 Joel Sherrill + + * libcsupport/include/sys/termios.h: Add _POSIX_VDISABLE. + 2011-12-02 Ralf Corsépius * rtems/src/tasks.c: Make _RTEMS_tasks_Create_extension, 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