aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/um/syscalls_32.c
blob: 627d68836b163a97d132cb3475b45396558060bd (plain) (blame)
1
2
3
4
5
6
7
#include <linux/syscalls.h>
#include <os.h>

SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
{
	return -EINVAL;
}