repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ARM: mmp: fix potential NULL dereference
[linux/fpc-iii.git]
/
arch
/
x86
/
ia32
/
nosyscall.c
blob
51ecd5b4e7878f1cc365032b89d79246df0e3af3
1
#include <linux/kernel.h>
2
#include <linux/errno.h>
3
4
long
compat_ni_syscall
(
void
)
5
{
6
return
-
ENOSYS
;
7
}