Commit 67c79da8 authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

runtime: fix plan9 build

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12986043
parent 826a7396
......@@ -56,7 +56,7 @@ runtime·SysUnused(void *v, uintptr nbytes)
}
void
runtime·SysUsed(void *v, uintptr n)
runtime·SysUsed(void *v, uintptr nbytes)
{
USED(v, nbytes);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment