blob: 79a823aac51835be872d9d0b42faaba6bd769850 [file] [log] [blame]
#include <sys/ioctl.h>
#include <termios.h>
int tcflush(int fd, int queue) { return ioctl(fd, TCFLSH, queue); }