7 lines
124 B
Go
7 lines
124 B
Go
![]() |
package log
|
||
|
|
||
|
import "golang.org/x/sys/unix"
|
||
|
|
||
|
const ioctlReadTermios = unix.TIOCGETA
|
||
|
const ioctlWriteTermios = unix.TIOCSETA
|