blob: 469f29d6c3b1f766a3b192b85ecd0e8b4c0a2856 [file] [log] [blame]
#include <errno.h>
#include "syscall.h"
int brk(void* end) {
return __syscall_ret(-ENOMEM);
}