summaryrefslogtreecommitdiffstats
path: root/cwriter/util_zos.go
diff options
context:
space:
mode:
Diffstat (limited to 'cwriter/util_zos.go')
-rw-r--r--cwriter/util_zos.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/cwriter/util_zos.go b/cwriter/util_zos.go
new file mode 100644
index 0000000..5daf003
--- /dev/null
+++ b/cwriter/util_zos.go
@@ -0,0 +1,7 @@
+//go:build zos
+
+package cwriter
+
+import "golang.org/x/sys/unix"
+
+const ioctlReadTermios = unix.TCGETS