From: Ian Lance Taylor Date: Thu, 14 Jan 2016 17:10:57 +0000 (-0800) Subject: runtime: remove erroneous go:noescape declaration X-Git-Tag: go1.6rc1~109 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=28f9d96c750af2155a167641c785d3c94effea38;p=gostls13.git runtime: remove erroneous go:noescape declaration Change-Id: I6b1dc789e54a385c958961e7ba16bfd9d0f3b313 Reviewed-on: https://go-review.googlesource.com/18629 Reviewed-by: Ian Lance Taylor --- diff --git a/src/runtime/os3_solaris.go b/src/runtime/os3_solaris.go index 3f2efa88c7..7bda07bd4a 100644 --- a/src/runtime/os3_solaris.go +++ b/src/runtime/os3_solaris.go @@ -540,7 +540,6 @@ func sigaltstack(ss *sigaltstackt, oss *sigaltstackt) /* int32 */ { //go:nosplit //go:nowritebarrierrec -//go:noescape func sigprocmask(how int32, set *sigset, oset *sigset) /* int32 */ { sysvicall3(&libc_sigprocmask, uintptr(how), uintptr(unsafe.Pointer(set)), uintptr(unsafe.Pointer(oset))) }