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