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