]> Cypherpunks repositories - gostls13.git/commit
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 and cgo_unsafe_args for Solaris...
authorCherry Mui <cherryyz@google.com>
Wed, 19 May 2021 21:20:45 +0000 (17:20 -0400)
committerCherry Mui <cherryyz@google.com>
Thu, 20 May 2021 16:07:12 +0000 (16:07 +0000)
commita5cd89b8c36df906e9f0e2932b83d66a43b5e745
tree137cda7108bbef675a7c11ac7d291950d365d089
parent6bdfff112f098b371bca718efffa47225cc1b608
[dev.typeparams] runtime: use internal/abi.FuncPCABI0 and cgo_unsafe_args for Solaris syscall wrappers

Similar to CL 313230, for Solaris (and Illumos). Also mark
functions that take address of one arg and pass to asmcgocall
cgo_unsafe_args, as it effectively takes address of all args.

Change-Id: I4281dd774719fb21ecba82e5ed94a609378a3df5
Reviewed-on: https://go-review.googlesource.com/c/go/+/321314
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/os3_solaris.go
src/runtime/os_solaris.go
src/runtime/syscall_solaris.go