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