mirror of
https://github.com/golang/term.git
synced 2026-02-09 12:16:05 +03:00
Currently the ssh/terminal package cannot be compiled under gccgo. Even though gccgo may be running on linux, its syscall package is slightly different and does not contain these constants. This proposal resolves the issue by declaring the two constants locally, as we've done for the *BSDs. LGTM=hanwen, iant R=hanwen, iant, gobot CC=golang-codereviews https://golang.org/cl/101670043
457 B
457 B