#include #include int tcflow(int fd, int action) { return ioctl(fd, TCXONC, action); }