mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-04 04:14:03 +03:00
remove unused __brk function/source file
commit e3bc22f1eff87b8f029a6ab31f1a269d69e4b053 removed all references to __brk.
This commit is contained in:
parent
d610c14855
commit
502027540b
@ -1,7 +0,0 @@
|
||||
#include <stdint.h>
|
||||
#include "syscall.h"
|
||||
|
||||
uintptr_t __brk(uintptr_t newbrk)
|
||||
{
|
||||
return __syscall(SYS_brk, newbrk);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user