iconv: fix missing bounds checking for shift_jis decoding
[musl.git] / src / termios / tcflow.c
blobc7fc3fe227fd1e51a7806318e478bfb1aa7eaba6
1 #include <termios.h>
2 #include <sys/ioctl.h>
4 int tcflow(int fd, int action)
6 return ioctl(fd, TCXONC, action);