]> Git Repo - linux.git/blob - arch/x86/ia32/nosyscall.c
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penber...
[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.032075 seconds and 4 git commands to generate.