Commit 1a0bde24 authored by Ian Lance Taylor's avatar Ian Lance Taylor

Add USED declarations for SysUnused parameters.

R=rsc
DELTA=2  (2 added, 0 deleted, 0 changed)
OCL=22640
CL=22642
parent 9b8da82d
......@@ -170,6 +170,8 @@ SysAlloc(uintptr n)
void
SysUnused(void *v, uintptr n)
{
USED(v);
USED(n);
// TODO(rsc): call madvise MADV_DONTNEED
}
......
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