summaryrefslogtreecommitdiff
path: root/sys/src/9/teg2
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2021-03-13 14:57:53 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2021-03-13 14:57:53 +0100
commit3841a46421991c7bf16e801eb668953e35196bc9 (patch)
tree52149dc5fcd0189380f8cd25e8df419745d8bb5f /sys/src/9/teg2
parent7c62c1270100f694734c1dbdf40c24ea5c2e2e5f (diff)
kernel: remove ucalloc.c duplicates
Diffstat (limited to 'sys/src/9/teg2')
-rw-r--r--sys/src/9/teg2/fns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/teg2/fns.h b/sys/src/9/teg2/fns.h
index a425e301a..ce35b7057 100644
--- a/sys/src/9/teg2/fns.h
+++ b/sys/src/9/teg2/fns.h
@@ -164,7 +164,7 @@ uintptr mmukmap(uintptr, uintptr, usize);
uintptr mmukunmap(uintptr, uintptr, usize);
extern void* mmuuncache(void*, usize);
extern void* ucalloc(usize);
-extern void* ucallocalign(usize size, int align, int span);
+extern void* ucallocalign(usize size, int align, usize span);
extern void ucfree(void*);
/*