1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-18 08:26:45 +02:00
woodpecker/vendor/github.com/franela/goblin/util_linux.go

13 lines
292 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 linux
2016-03-07 21:23:49 +02:00
package goblin
2015-05-22 20:37:40 +02:00
2015-09-30 03:21:17 +02:00
import "syscall"
const ioctlReadTermios = syscall.TCGETS
const ioctlWriteTermios = syscall.TCSETS