]> Cypherpunks repositories - gostls13.git/commit
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)
commitd707a6e0e2fe68c7cdcb552e920e8c286286fb56
tree9a1f988a708109dad4170b3e0649ee460ad211be
parent00d4a6b35d519e405aa1702aba114b97f9a8ccce
runtime: remove unnecessary noescape to fix netbsd

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