1
0
mirror of https://github.com/golang/go synced 2024-11-24 22:27:57 -07:00

runtime: fix plan9 build

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12986043
This commit is contained in:
Dmitriy Vyukov 2013-08-15 14:24:28 +04:00
parent 826a739658
commit 67c79da857

View File

@ -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);
}