From d3e215d6fec1b50276cba685ed5a8c48fc8c68db Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 11 Mar 2021 19:28:57 +0100 Subject: sys/linux: fix TIOCSTI signature --- sys/linux/dev_ptmx.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/dev_ptmx.txt') 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]) -- cgit mrf-deployment