Codebase list golang-github-vbauerster-mpb / 1fbacea
Merge pull request #90 from samlturner/zos-support Add support for z/OS Vladimir Bauer authored 5 years ago GitHub committed 5 years ago
1 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 // +build zos
1
2 package cwriter
3
4 import "golang.org/x/sys/unix"
5
6 const ioctlReadTermios = unix.TCGETS