buildtag changes for z/OS

Co-authored-by: Neil Johnson <najohnsn@us.ibm.com>
Co-authored-by: laserm <laserm@us.ibm.com>
Signed-off-by: Latia Tanner <Latia.Tanner@ibm.com>
This commit is contained in:
Latia Tanner 2023-01-24 15:51:16 -05:00
parent 7f93d88cd5
commit 4fe256a3c1
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd os400 solaris
// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd os400 solaris zos
// Package terminal provides support functions for dealing with terminals, as
// commonly found on UNIX systems.

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build aix os400 solaris
// +build aix os400 solaris zos
package readline

View File

@ -1,4 +1,4 @@
// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd os400 solaris
// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd os400 solaris zos
package readline