#include "internal.h" int sys·brk(void *addr) { long ret = syscall(·Brk, addr); return error(ret); }