]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: remove unnecessary noescape to fix netbsd
authorDavid Crawshaw <crawshaw@golang.org>
Mon, 27 Apr 2015 14:56:38 +0000 (10:56 -0400)
committerIan Lance Taylor <iant@golang.org>
Mon, 27 Apr 2015 23:04:38 +0000 (23:04 +0000)
I introduced this build failure in golang.org/cl/9302 but failed to
notice due to the other failures on the dashboard.

Change-Id: I84bf00f664ba572c1ca722e0136d8a2cf21613ca
Reviewed-on: https://go-review.googlesource.com/9363
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/os_netbsd.go

index b542b41b92310a2195ea12415f8dd1063635fc47..af52099079125244802aa4aac153f83632dc614b 100644 (file)
@@ -15,7 +15,6 @@ func sigaction(sig int32, new, old *sigactiont)
 //go:noescape
 func sigaltstack(new, old *sigaltstackt)
 
-//go:noescape
 func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer) {
        throw("sigfwd not implemented")
 }