aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/sys_darwin.go
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2020-07-07 14:04:18 -0400
committerFilippo Valsorda <filippo@golang.org>2020-07-08 22:16:24 +0000
commit4f2a2d7e26f5aa07b1e4efe6ac04682cf3651a1d (patch)
tree270c9e9fe7a32fd7e18871d436319619887c8024 /src/runtime/sys_darwin.go
parent9699086043ae0ea01f14eca827837ad15bea8072 (diff)
downloadgo-4f2a2d7e26f5aa07b1e4efe6ac04682cf3651a1d.tar.gz
go-4f2a2d7e26f5aa07b1e4efe6ac04682cf3651a1d.zip
crypto/x509/internal/macos: rename package to lowercase
Also add a test to lock in this policy. Fixes #40065 Change-Id: Iedc4586f2f5598046d84132a8f3bba8f2e93ddc2 Reviewed-on: https://go-review.googlesource.com/c/go/+/241274 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime/sys_darwin.go')
-rw-r--r--src/runtime/sys_darwin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_darwin.go b/src/runtime/sys_darwin.go
index 28c500a710..06474434c9 100644
--- a/src/runtime/sys_darwin.go
+++ b/src/runtime/sys_darwin.go
@@ -129,7 +129,7 @@ func syscall_rawSyscall6(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2, err uintpt
// syscallNoErr is used in crypto/x509 to call into Security.framework and CF.
-//go:linkname crypto_x509_syscall crypto/x509/internal/macOS.syscall
+//go:linkname crypto_x509_syscall crypto/x509/internal/macos.syscall
//go:nosplit
//go:cgo_unsafe_args
func crypto_x509_syscall(fn, a1, a2, a3, a4, a5, a6 uintptr) (r1 uintptr) {