2011-12-02 Joel Sherrill <joel.sherrill@oarcorp.com>

* libcsupport/include/sys/termios.h: Add _POSIX_VDISABLE.
This commit is contained in:
Joel Sherrill
2011-12-02 16:42:42 +00:00
parent 32a19d68f3
commit d54fd8fd4d
2 changed files with 10 additions and 0 deletions

View File

@@ -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