aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/stubs2.go
diff options
context:
space:
mode:
authorElias Naur <elias.naur@gmail.com>2018-05-01 10:48:19 +0200
committerElias Naur <elias.naur@gmail.com>2018-05-21 20:35:00 +0000
commitc8d07295c55863c0246c2db3181eada3c9f4d63b (patch)
treedea8a4df477607d4fdaddb553df673f68e10cc55 /src/runtime/stubs2.go
parent467e15accc95d4e080a8088eaff0aaa28f572c7e (diff)
downloadgo-c8d07295c55863c0246c2db3181eada3c9f4d63b.tar.gz
go-c8d07295c55863c0246c2db3181eada3c9f4d63b.zip
cmd/link,runtime: move syscalls to libc on iOS
This CL is the darwin/arm and darwin/arm64 equivalent to CL 108679, 110215, 110437, 110438, 111258, 110655. Updates #17490 Change-Id: Ia95b27b38f9c3535012c566f17a44b4ed26b9db6 Reviewed-on: https://go-review.googlesource.com/111015 TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/runtime/stubs2.go')
-rw-r--r--src/runtime/stubs2.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/runtime/stubs2.go b/src/runtime/stubs2.go
index 2ebcd82cfd..02249d0aad 100644
--- a/src/runtime/stubs2.go
+++ b/src/runtime/stubs2.go
@@ -7,8 +7,7 @@
// +build !windows
// +build !nacl
// +build !js
-// +build !darwin !amd64
-// +build !darwin !386
+// +build !darwin
package runtime