blob: 627d68836b163a97d132cb3475b45396558060bd [file] [log] [blame]
#include <linux/syscalls.h>
#include <os.h>
SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
{
return -EINVAL;
}