summaryrefslogtreecommitdiff
path: root/sys/src/cmd/cc
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-02-01 10:29:14 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2014-02-01 10:29:14 +0100
commitcc242226726e198a8b958210a4f1dd605f5b570e (patch)
tree68440e685bba08e867e9f962a01213ad90bbe156 /sys/src/cmd/cc
parent800669540543c55065be6fb06a86e6be8c79b5fd (diff)
fixes for new setmalloctag() prototype
Diffstat (limited to 'sys/src/cmd/cc')
-rw-r--r--sys/src/cmd/cc/compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/cc/compat.c b/sys/src/cmd/cc/compat.c
index 1d94ce1f8..0a7b1fea8 100644
--- a/sys/src/cmd/cc/compat.c
+++ b/sys/src/cmd/cc/compat.c
@@ -42,6 +42,6 @@ mallocz(ulong size, int clr)
}
void
-setmalloctag(void*, ulong)
+setmalloctag(void*, uintptr)
{
}