mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
bfd1683e74
Signed-off-by: Santhosh Manohar <santhosh@docker.com>
9 lines
157 B
Go
9 lines
157 B
Go
// +build darwin freebsd openbsd netbsd dragonfly
|
|
|
|
package logrus
|
|
|
|
import "syscall"
|
|
|
|
const ioctlReadTermios = syscall.TIOCGETA
|
|
|
|
type Termios syscall.Termios
|