Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
b2c7d54f72c1c588e8851c882f0465705f5e9e55
/
.
/
arch
/
x86
/
ia32
/
nosyscall.c
blob: 51ecd5b4e7878f1cc365032b89d79246df0e3af3 [
file
] [
log
] [
blame
]
#include
<linux/kernel.h>
#include
<linux/errno.h>
long
compat_ni_syscall
(
void
)
{
return
-
ENOSYS
;
}