get Termios from x/sys/unix

This commit is contained in:
dmathieu 2017-07-25 10:29:46 +02:00
parent 0af92424f9
commit f4125cea1b
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TCGETS
type Termios syscall.Termios
type Termios unix.Termios