linux-surface/kernel/arch/x86/um/syscalls_32.c

9 lines
164 B
C
Raw Normal View History

2017-11-06 02:38:20 +00:00
// SPDX-License-Identifier: GPL-2.0
2017-08-10 13:25:24 +00:00
#include <linux/syscalls.h>
#include <os.h>
SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
{
return -EINVAL;
}