From: Alan Cox Date: Tue, 30 Dec 2014 11:32:27 +0000 (+0000) Subject: termios: correct NOFLUSH to NOFLSH and add _POSIX_VDISABLE X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=31593134627aace97738becb16b5235976f2aca0;p=FUZIX.git termios: correct NOFLUSH to NOFLSH and add _POSIX_VDISABLE --- diff --git a/Library/include/termios.h b/Library/include/termios.h index 2aa76ac1..5b58dcde 100644 --- a/Library/include/termios.h +++ b/Library/include/termios.h @@ -111,10 +111,12 @@ struct termios { #define ICANON 0x0010 #define IEXTEN 0x0020 #define ISIG 0x0040 -#define NOFLUSH 0x0080 +#define NOFLSH 0x0080 #define TOSTOP 0x0100 #define XCASE 0x0200 +#define _POSIX_VDISABLE '\0' + #define TCSANOW 0 #define TCSADRAIN 1 #define TCSAFLUSH 2