diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-02-01 10:29:14 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-02-01 10:29:14 +0100 |
commit | cc242226726e198a8b958210a4f1dd605f5b570e (patch) | |
tree | 68440e685bba08e867e9f962a01213ad90bbe156 /sys/src/cmd/ql | |
parent | 800669540543c55065be6fb06a86e6be8c79b5fd (diff) |
fixes for new setmalloctag() prototype
Diffstat (limited to 'sys/src/cmd/ql')
-rw-r--r-- | sys/src/cmd/ql/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/ql/compat.c b/sys/src/cmd/ql/compat.c index 74980829b..e81bebce8 100644 --- a/sys/src/cmd/ql/compat.c +++ b/sys/src/cmd/ql/compat.c @@ -50,7 +50,7 @@ mysbrk(ulong size) } void -setmalloctag(void *v, ulong pc) +setmalloctag(void *v, uintptr pc) { USED(v, pc); } |