Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
bf0d6e4a1138e71cafdbbb99cde430eee50c4ff1
/
.
/
arch
/
x86
/
ia32
/
nosyscall.c
blob: 51ecd5b4e7878f1cc365032b89d79246df0e3af3 [
file
] [
log
] [
blame
]
H. Peter Anvin
e79a7fc
2011-11-11 15:48:42 -0800
[
diff
] [
blame
]
1
#include
<linux/kernel.h>
2
#include
<linux/errno.h>
3
4
long
compat_ni_syscall
(
void
)
5
{
6
return
-
ENOSYS
;
7
}