]> Cypherpunks repositories - gostls13.git/commit
pkg/runtime/plan9: Warning remediation, for Plan 9 native.
authorLucio De Re <lucio.dere@gmail.com>
Thu, 14 Apr 2011 18:54:36 +0000 (11:54 -0700)
committerRob Pike <r@golang.org>
Thu, 14 Apr 2011 18:54:36 +0000 (11:54 -0700)
commitceef10c222f6ea8aec8f76526a76346daa01c3e5
treed6c5e9d0aa46634b3874d17a6901509d073655e7
parent02cae293cc950edae42a0dff99ce64e7eb296e26
pkg/runtime/plan9: Warning remediation, for Plan 9 native.

. Missing declaration of runtime.brk_();
. Argument v in runtime.SysReserve() is not used;
  (I'd prefer a Plan 9-type solution...)

R=golang-dev, r, r2
CC=golang-dev
https://golang.org/cl/4368076
src/pkg/runtime/plan9/mem.c