提交 50202754 编写于 作者: R Rich Felker

remove unused __brk function/source file

commit e3bc22f1 removed all references
to __brk.
上级 d610c148
#include <stdint.h>
#include "syscall.h"
uintptr_t __brk(uintptr_t newbrk)
{
return __syscall(SYS_brk, newbrk);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册