Skip to content

Commit

Permalink
z/OS Compatibility (#1904)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeleite committed May 9, 2022
1 parent 29be669 commit 19c3a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down

0 comments on commit 19c3a3c

Please sign in to comment.