Sign in
mojo
/
mojo-tools
/
25fa89235890e5e9a1581dba3b5f38836b77f9d5
/
.
/
fusl
/
src
/
linux
/
brk.c
blob: ffdbbd52977579367c14ee1762f8c7318c78dd29 [
file
]
#include
<errno.h>
#include
"syscall.h"
int
brk
(
void
*
end
)
{
return
__syscall_ret
(-
ENOMEM
);
}