aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_bsd.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall/exec_bsd.go')
-rw-r--r--src/syscall/exec_bsd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syscall/exec_bsd.go b/src/syscall/exec_bsd.go
index 9069ef4613..940a81b58e 100644
--- a/src/syscall/exec_bsd.go
+++ b/src/syscall/exec_bsd.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 dragonfly freebsd netbsd openbsd,!amd64
+// +build dragonfly freebsd netbsd openbsd,!amd64,!arm64
package syscall