mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-19 11:35:10 +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
|