summaryrefslogtreecommitdiff
path: root/sys/src/9/kw/ucalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/src/9/kw/ucalloc.c')
-rw-r--r--sys/src/9/kw/ucalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/kw/ucalloc.c b/sys/src/9/kw/ucalloc.c
index 37e8564c0..f7d142bad 100644
--- a/sys/src/9/kw/ucalloc.c
+++ b/sys/src/9/kw/ucalloc.c
@@ -127,7 +127,7 @@ ucalloc(usize size)
}
void*
-ucallocalign(usize size, int align, int span)
+ucallocalign(usize size, int align, usize span)
{
assert(size < ucpool.minarena-128);