diff options
Diffstat (limited to 'conform/data/termios.h-data')
-rw-r--r-- | conform/data/termios.h-data | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/conform/data/termios.h-data b/conform/data/termios.h-data index 3f7ab4b321..de34bf5956 100644 --- a/conform/data/termios.h-data +++ b/conform/data/termios.h-data @@ -37,16 +37,18 @@ constant IGNPAR constant INLCR constant INPCK constant ISTRIP -# if !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008 +# if !defined POSIX && !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008 constant IUCLC # endif +# ifndef POSIX constant IXANY +# endif constant IXOFF constant IXON constant PARMRK constant OPOST -# if !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008 +# if !defined POSIX && !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008 constant OLCUC # endif # if !defined POSIX && !defined POSIX2008 @@ -148,6 +150,7 @@ function pid_t tcgetsid (int) function int tcsendbreak (int, int) function int tcsetattr (int, int, const struct termios*) +#if !defined POSIX && !defined POSIX2008 allow CBAUD allow DEFECHO allow ECHOCTL @@ -165,12 +168,13 @@ allow VLNEXT allow VREPRINT allow VSTATUS allow VWERASE +#endif allow c_* allow V* allow I* allow O* allow TC* -allow B* +allow B[0123456789]* allow *_t #endif |