aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/ptrace_ios.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall/ptrace_ios.go')
-rw-r--r--src/syscall/ptrace_ios.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/syscall/ptrace_ios.go b/src/syscall/ptrace_ios.go
index 2f61a88a08..5209d1e0dd 100644
--- a/src/syscall/ptrace_ios.go
+++ b/src/syscall/ptrace_ios.go
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build ios
+// +build ios
+
package syscall
// Nosplit because it is called from forkAndExecInChild.