diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-03-02 13:04:04 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-03-02 17:23:20 +0100 |
| commit | e5b64d68915ed04952cef2f5dcb3f3ccbb7cfa57 (patch) | |
| tree | 2912b3338a58d86e283dc116ac02f3a069b77c81 /sys/linux/dev_ptmx.txt | |
| parent | aff16d3fed742e27093858a70f8bd5cbf6f0dedd (diff) | |
sys/linux: update consts
Update consts on upstream 7a7fd0de4a9804299793e564a555a49c1fc924cb.
Remove termiox ioctls, they were removed in commit e0efb3168d34.
Diffstat (limited to 'sys/linux/dev_ptmx.txt')
| -rw-r--r-- | sys/linux/dev_ptmx.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/linux/dev_ptmx.txt b/sys/linux/dev_ptmx.txt index a03b24c58..03fd0d71e 100644 --- a/sys/linux/dev_ptmx.txt +++ b/sys/linux/dev_ptmx.txt @@ -162,10 +162,6 @@ ioctl$TIOCGPKT(fd fd_tty, cmd const[TIOCGPKT], arg ptr[out, int32]) ioctl$TIOCSIG(fd fd_tty, cmd const[TIOCSIG], arg signalnoptr) ioctl$TIOCVHANGUP(fd fd_tty, cmd const[TIOCVHANGUP], arg const[0]) ioctl$TIOCGDEV(fd fd_tty, cmd const[TIOCGDEV], arg ptr[out, int32]) -ioctl$TCGETX(fd fd_tty, cmd const[TCGETX], arg ptr[out, termiox]) -ioctl$TCSETX(fd fd_tty, cmd const[TCSETX], arg ptr[in, termiox]) -ioctl$TCSETXF(fd fd_tty, cmd const[TCSETXF], arg ptr[in, termiox]) -ioctl$TCSETXW(fd fd_tty, cmd const[TCSETXW], arg ptr[in, termiox]) ioctl$TIOCMIWAIT(fd fd_tty, cmd const[TIOCMIWAIT], arg const[0]) ioctl$TIOCGICOUNT(fd fd_tty, cmd const[TIOCGICOUNT], arg const[0]) @@ -187,13 +183,6 @@ sgttyb { tcxonc_arg = TCOOFF, TCOON, TCIOFF, TCION -termiox { - x_hflag int16 - x_cflag int16 - x_rflag array[int16, NFF] - x_sflag int16 -} - termios { c_iflag int32 c_oflag int32 |
