xref: /openbmc/linux/arch/x86/um/syscalls_32.c (revision e6dec923)
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