xref: /linux/arch/x86/um/syscalls_32.c (revision 995231c820e3bd3633cb38bf4ea6f2541e1da331)
1 #include <linux/syscalls.h>
2 #include <os.h>
3 
4 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
5 {
6 	return -EINVAL;
7 }
8