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