mirror of
https://github.com/jpillora/chisel
synced 2026-06-08 15:07:02 +00:00
9 lines
134 B
Go
9 lines
134 B
Go
// +build linux
|
|
|
|
package termutil
|
|
|
|
import "syscall"
|
|
|
|
const ioctlReadTermios = syscall.TCGETS
|
|
const ioctlWriteTermios = syscall.TCSETS
|