Skip to content

Commit

Permalink
Merge pull request #187 from dustin-ward/master
Browse files Browse the repository at this point in the history
Add support for zOS
  • Loading branch information
cheggaaa committed Jul 22, 2021
2 parents 1d2bb0a + 6443ded commit 3058580
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pb_x.go
@@ -1,4 +1,4 @@
// +build linux darwin freebsd netbsd openbsd solaris dragonfly aix
// +build linux darwin freebsd netbsd openbsd solaris dragonfly aix zos
// +build !appengine !js

package pb
Expand Down
2 changes: 1 addition & 1 deletion pool.go
@@ -1,4 +1,4 @@
// +build linux darwin freebsd netbsd openbsd solaris dragonfly windows plan9 aix
// +build linux darwin freebsd netbsd openbsd solaris dragonfly windows plan9 aix zos

package pb

Expand Down
2 changes: 1 addition & 1 deletion pool_x.go
@@ -1,4 +1,4 @@
// +build linux darwin freebsd netbsd openbsd solaris dragonfly plan9 aix
// +build linux darwin freebsd netbsd openbsd solaris dragonfly plan9 aix zos

package pb

Expand Down
2 changes: 1 addition & 1 deletion termios_sysv.go
Expand Up @@ -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 linux solaris aix
// +build linux solaris aix zos
// +build !appengine

package pb
Expand Down

0 comments on commit 3058580

Please sign in to comment.