libc: use usize for sbrk() increment
This commit is contained in:
parent
e4b5f170cf
commit
1ec44ec77c
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ brk(void *p)
|
|||
}
|
||||
|
||||
void*
|
||||
sbrk(ulong n)
|
||||
sbrk(usize n)
|
||||
{
|
||||
uintptr bl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue