1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-30 10:11:23 +02:00
woodpecker/vendor/code.google.com/p/go.crypto/ssh/terminal/util_bsd.go

13 lines
299 B
Go
Raw Normal View History

2015-05-22 20:37:40 +02:00
// Copyright 2013 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
2015-09-30 03:21:17 +02:00
// +build darwin
2015-05-22 20:37:40 +02:00
package terminal
import "syscall"
const ioctlReadTermios = syscall.TIOCGETA
const ioctlWriteTermios = syscall.TIOCSETA