mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-15 21:28:38 +00:00
11 lines
178 B
Go
11 lines
178 B
Go
|
// +build darwin freebsd openbsd netbsd dragonfly
|
||
|
// +build !appengine
|
||
|
|
||
|
package logrus
|
||
|
|
||
|
import "syscall"
|
||
|
|
||
|
const ioctlReadTermios = syscall.TIOCGETA
|
||
|
|
||
|
type Termios syscall.Termios
|