aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/unix/syscall.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-03-17 02:30:54 -0700
committerGitHub <noreply@github.com>2021-03-17 02:30:54 -0700
commit3d7a8cf2af43a2d315fff7b8f74ae3d039f68dd0 (patch)
tree6fe1fe47414717662d14a6e223e26ef803517f92 /vendor/golang.org/x/sys/unix/syscall.go
parent9439b699b8940e2caf84cc29026b0beb70a5a2bb (diff)
parent310eae4ba44bc1c98c5cc5995f1f183b8ac432b1 (diff)
downloadpodman-3d7a8cf2af43a2d315fff7b8f74ae3d039f68dd0.tar.gz
podman-3d7a8cf2af43a2d315fff7b8f74ae3d039f68dd0.tar.bz2
podman-3d7a8cf2af43a2d315fff7b8f74ae3d039f68dd0.zip
Merge pull request #9714 from rhatdan/build
Switch all builds to pull-never
Diffstat (limited to 'vendor/golang.org/x/sys/unix/syscall.go')
-rw-r--r--vendor/golang.org/x/sys/unix/syscall.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/unix/syscall.go b/vendor/golang.org/x/sys/unix/syscall.go
index ab75ef9cc..649fa8740 100644
--- a/vendor/golang.org/x/sys/unix/syscall.go
+++ b/vendor/golang.org/x/sys/unix/syscall.go
@@ -2,7 +2,8 @@
// 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 netbsd openbsd solaris
+//go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || zos
+// +build aix darwin dragonfly freebsd linux netbsd openbsd solaris zos
// Package unix contains an interface to the low-level operating system
// primitives. OS details vary depending on the underlying system, and