mirror of https://github.com/chzyer/readline.git
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:
parent
7f93d88cd5
commit
4fe256a3c1
2
term.go
2
term.go
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue