mirror of
https://github.com/containers/skopeo.git
synced 2025-10-21 19:03:44 +00:00
10 lines
187 B
Go
10 lines
187 B
Go
// +build darwin freebsd netbsd openbsd dragonfly
|
|
// +build !appengine
|
|
|
|
package pb
|
|
|
|
import "syscall"
|
|
|
|
const ioctlReadTermios = syscall.TIOCGETA
|
|
const ioctlWriteTermios = syscall.TIOCSETA
|