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