aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/os_darwin.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/os_darwin.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/os_darwin.go')
-rw-r--r--src/runtime/os_darwin.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/os_darwin.go b/src/runtime/os_darwin.go
index 9a5a03a45d..52153055f0 100644
--- a/src/runtime/os_darwin.go
+++ b/src/runtime/os_darwin.go
@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build 386 amd64
-
package runtime
import "unsafe"