From 9567ee026c7987d1eba9c4ea52808e8cc323270a Mon Sep 17 00:00:00 2001 From: Philippe Bernardino Leite Date: Mon, 9 May 2022 03:40:02 -0300 Subject: [PATCH] z/OS Compatibility (#1904) --- internal/isatty/isatty_tcgets.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/isatty/isatty_tcgets.go b/internal/isatty/isatty_tcgets.go index eb6e9ac5e7..67787657fb 100644 --- a/internal/isatty/isatty_tcgets.go +++ b/internal/isatty/isatty_tcgets.go @@ -1,5 +1,5 @@ -//go:build (linux || aix) && !appengine -// +build linux aix +//go:build (linux || aix || zos) && !appengine +// +build linux aix zos // +build !appengine package isatty