0b44a031
feee9890
1 2
3
4 5 6
7
8
#include <termios.h> #include <sys/ioctl.h> #include "syscall.h" int tcdrain(int fd) { return syscall_cp(SYS_ioctl, fd, TCSBRK, 1); }