Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
16b76293c5c81e6345323d7aef41b26e8390f62d
/
.
/
arch
/
x86
/
um
/
syscalls_32.c
blob: 627d68836b163a97d132cb3475b45396558060bd [
file
] [
log
] [
blame
]
#include
<linux/syscalls.h>
#include
<os.h>
SYSCALL_DEFINE2
(
arch_prctl
,
int
,
option
,
unsigned
long
,
arg2
)
{
return
-
EINVAL
;
}