diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-03-13 14:57:53 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-03-13 14:57:53 +0100 |
commit | 3841a46421991c7bf16e801eb668953e35196bc9 (patch) | |
tree | 52149dc5fcd0189380f8cd25e8df419745d8bb5f /sys/src/9/port/ucalloc.c | |
parent | 7c62c1270100f694734c1dbdf40c24ea5c2e2e5f (diff) |
kernel: remove ucalloc.c duplicates
Diffstat (limited to 'sys/src/9/port/ucalloc.c')
-rw-r--r-- | sys/src/9/port/ucalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/port/ucalloc.c b/sys/src/9/port/ucalloc.c index 625553fe2..02267c625 100644 --- a/sys/src/9/port/ucalloc.c +++ b/sys/src/9/port/ucalloc.c @@ -119,7 +119,7 @@ ucfree(void* v) } void* -ucallocalign(usize size, int align, int span) +ucallocalign(usize size, int align, usize span) { void *v; |