diff options
Diffstat (limited to 'vendor/gopkg.in/cheggaaa/pb.v1/termios_nix.go')
-rw-r--r-- | vendor/gopkg.in/cheggaaa/pb.v1/termios_nix.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/gopkg.in/cheggaaa/pb.v1/termios_nix.go b/vendor/gopkg.in/cheggaaa/pb.v1/termios_nix.go deleted file mode 100644 index ebb3fe87c..000000000 --- a/vendor/gopkg.in/cheggaaa/pb.v1/termios_nix.go +++ /dev/null @@ -1,7 +0,0 @@ -// +build linux solaris -// +build !appengine - -package pb - -const ioctlReadTermios = 0x5401 // syscall.TCGETS -const ioctlWriteTermios = 0x5402 // syscall.TCSETS |