Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
11d73c56b96b4297bd96273e9a22b7c72d13f1fa
/
.
/
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
;
}