summaryrefslogtreecommitdiff
path: root/vendor/gopkg.in/cheggaaa/pb.v1/termios_sysv.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-01-06 17:15:10 -0800
committerGitHub <noreply@github.com>2019-01-06 17:15:10 -0800
commit49a474c4b747bb83e36cda335ac3ae1ce5ae9f0a (patch)
treed4ebfb820c474826c213e00a833222313efd4433 /vendor/gopkg.in/cheggaaa/pb.v1/termios_sysv.go
parent4e0c0ecbc383531cd1b38db9027583974a72070d (diff)
parentba89a058882f1027226943fe2ef614930ab60f8e (diff)
downloadpodman-49a474c4b747bb83e36cda335ac3ae1ce5ae9f0a.tar.gz
podman-49a474c4b747bb83e36cda335ac3ae1ce5ae9f0a.tar.bz2
podman-49a474c4b747bb83e36cda335ac3ae1ce5ae9f0a.zip
Merge pull request #2090 from rhatdan/buildah
Vendor in latest containers/buildah code
Diffstat (limited to 'vendor/gopkg.in/cheggaaa/pb.v1/termios_sysv.go')
-rw-r--r--vendor/gopkg.in/cheggaaa/pb.v1/termios_sysv.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/gopkg.in/cheggaaa/pb.v1/termios_sysv.go b/vendor/gopkg.in/cheggaaa/pb.v1/termios_sysv.go
new file mode 100644
index 000000000..b10f61859
--- /dev/null
+++ b/vendor/gopkg.in/cheggaaa/pb.v1/termios_sysv.go
@@ -0,0 +1,13 @@
+// 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.
+
+// +build linux solaris
+// +build !appengine
+
+package pb
+
+import "golang.org/x/sys/unix"
+
+const ioctlReadTermios = unix.TCGETS
+const ioctlWriteTermios = unix.TCSETS