runtime: add go:noescape declaration for Solaris
Patch by Rainer Orth. Reviewed-on: https://go-review.googlesource.com/88376 From-SVN: r256872
This commit is contained in:
parent
502a18ca45
commit
549e4febc3
@ -1,4 +1,4 @@
|
||||
925635f067d40d30acf565b620cc859ee7cbc990
|
||||
6b4f1391e2cd637fa5ed797bb3ab43d9ede61997
|
||||
|
||||
The first line of this file holds the git revision number of the last
|
||||
merge done from the gofrontend repository.
|
||||
|
@ -84,6 +84,7 @@ func port_associate(port, source int32, object uintptr, events uint32, user uint
|
||||
//extern port_dissociate
|
||||
func port_dissociate(port, source int32, object uintptr) int32
|
||||
|
||||
//go:noescape
|
||||
//extern port_getn
|
||||
func port_getn(port int32, evs *portevent, max uint32, nget *uint32, timeout *timespec) int32
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user