aboutsummaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-03-11 19:28:57 +0100
committerDmitry Vyukov <dvyukov@google.com>2021-03-11 21:26:38 +0100
commitd3e215d6fec1b50276cba685ed5a8c48fc8c68db (patch)
tree35c0d7bf865870e8ad1bbb3bfed79092b26d5c22 /sys
parentc2ca1f2a94f7bc6f676d2e6a3313aa0817be2869 (diff)
sys/linux: fix TIOCSTI signature
Diffstat (limited to 'sys')
-rw-r--r--sys/linux/dev_ptmx.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/dev_ptmx.txt b/sys/linux/dev_ptmx.txt
index 03fd0d71e..744a20f6b 100644
--- a/sys/linux/dev_ptmx.txt
+++ b/sys/linux/dev_ptmx.txt
@@ -50,7 +50,7 @@ ioctl$FIONREAD(fd fd_tty, cmd const[FIONREAD], arg ptr[out, int32])
ioctl$TIOCOUTQ(fd fd_tty, cmd const[TIOCOUTQ], arg ptr[out, int32])
ioctl$TCFLSH(fd fd_tty, cmd const[TCFLSH], arg intptr[TCIFLUSH:TCIOFLUSH])
ioctl$TIOCGPTPEER(fd fd_tty, cmd const[TIOCGPTPEER], arg intptr) fd_tty
-ioctl$TIOCSTI(fd fd_tty, cmd const[TIOCSTI], arg intptr)
+ioctl$TIOCSTI(fd fd_tty, cmd const[TIOCSTI], arg ptr[in, int8])
ioctl$TIOCCONS(fd fd_tty, cmd const[TIOCCONS])
ioctl$TIOCSCTTY(fd fd_tty, cmd const[TIOCSCTTY], arg intptr)
ioctl$TIOCNOTTY(fd fd_tty, cmd const[TIOCNOTTY])