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