Commit 28f9d96c authored by Ian Lance Taylor's avatar Ian Lance Taylor

runtime: remove erroneous go:noescape declaration

Change-Id: I6b1dc789e54a385c958961e7ba16bfd9d0f3b313
Reviewed-on: https://go-review.googlesource.com/18629Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 38ca0466
......@@ -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)))
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment