Merge pull request #22013 from tonistiigi/fix-go16-panic

Fix panic on winsize syscall
Upstream-commit: 37f5caf8c5d96210c90eb3b22ec7bebb5ce1990d
Component: engine
This commit is contained in:
Alexander Morozov
2016-04-13 22:11:13 -07:00
+2
View File
@@ -27,6 +27,8 @@ type State struct {
type Winsize struct {
Height uint16
Width uint16
x uint16
y uint16
}
// StdStreams returns the standard streams (stdin, stdout, stedrr).