Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[deliverable/linux.git] / arch / x86 / ia32 / nosyscall.c
1 #include <linux/kernel.h>
2 #include <linux/errno.h>
3
4 long compat_ni_syscall(void)
5 {
6 return -ENOSYS;
7 }
This page took 0.034878 seconds and 5 git commands to generate.