blob: 8f710753a7dc29156d067397df5aa7b7b25e6dbd [file] [log] [blame]
#include <sys/ioctl.h>
#include <termios.h>
int tcflow(int fd, int action) { return ioctl(fd, TCXONC, action); }