Skip to content

Commit

Permalink
Added build tags to support zOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-ward committed Jul 16, 2021
1 parent 1d2bb0a commit 6443ded
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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 6443ded

Please sign in to comment.