diff options
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 |
