mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 00:06:36 +00:00
8 lines
128 B
C
8 lines
128 B
C
![]() |
#include <linux/syscalls.h>
|
||
|
#include <os.h>
|
||
|
|
||
|
SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
|
||
|
{
|
||
|
return -EINVAL;
|
||
|
}
|