fix dup3 ignoring all flags but O_CLOEXEC on archs with SYS_dup2 syscall
[musl] / src / termios / tcsetwinsize.c
2020-08-25 Rich Felkeradd tcgetwinsize and tcsetwinsize functions, move struc...