Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
daniel
/
linux-tux3
/
e6a05f151161b0dc31068585d5783a93d0fd2661
/
.
/
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
;
}