mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: remove erroneous go:noescape declaration
Change-Id: I6b1dc789e54a385c958961e7ba16bfd9d0f3b313 Reviewed-on: https://go-review.googlesource.com/18629 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
38ca0466d3
commit
28f9d96c75
1 changed files with 0 additions and 1 deletions
|
|
@ -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)))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue