diff options
Diffstat (limited to 'src/termios/NOFLSH.c')
| -rw-r--r-- | src/termios/NOFLSH.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termios/NOFLSH.c b/src/termios/NOFLSH.c index a5700711..3316f5dd 100644 --- a/src/termios/NOFLSH.c +++ b/src/termios/NOFLSH.c @@ -1,5 +1,5 @@ #include <termios.h> -#define NOFLSH /* TBD */ +#define NOFLSH (1<<7) /* POSIX(1) */ |
