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 -1
View File
@@ -11,4 +11,4 @@ import "golang.org/x/sys/unix"
const ioctlReadTermios = unix.TCGETS
type Termios syscall.Termios
type Termios unix.Termios