Sign in
googlers
/
maze
/
linux
/
7e22e91102c6b9df7c4ae2168910e19d2bb14cd6
/
.
/
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
;
}