1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-02-10 18:31:20 +02:00

10 lines
157 B
Go
Raw Normal View History

2016-04-11 15:55:13 -07:00
// +build darwin freebsd openbsd netbsd dragonfly
2015-05-22 11:37:40 -07:00
package logrus
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
type Termios syscall.Termios