Next: tcgetattr
, Previous: tcflow
, Up: ISO C and POSIX Function Substitutes [Contents][Index]
tcflush
POSIX specification:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/tcflush.html
Gnulib module: —
Portability problems fixed by Gnulib:
Portability problems not fixed by Gnulib:
tcflush
of TCIFLUSH
on a non-tty fails with
errno set to EINVAL
rather than ENOTTY
.
tcflush
of TCOFLUSH
on a non-tty fails with
errno set to EINVAL
or, on Mac OS X,
also EOPNOTSUPP
or ENODEV
, rather than ENOTTY
.