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:
parent
826a739658
commit
67c79da857
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user