mirror of https://git.musl-libc.org/git/musl
Browse Source
POSIX: "[If] either O_TTY_INIT is set in oflag or O_TTY_INIT has the value zero, open() shall set any non-standard termios structure terminal parameters to a state that provides conforming behavior." The Linux kernel tty drivers always perform initialisation on their devices to set known good termios values during the open(2) call. This means that setting O_TTY_INIT to zero is conforming.master
committed by
Rich Felker
1 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue