Merge tag 'gpio-v3.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6.git] / arch / x86 / ia32 / nosyscall.c
blob51ecd5b4e7878f1cc365032b89d79246df0e3af3
1 #include <linux/kernel.h>
2 #include <linux/errno.h>
4 long compat_ni_syscall(void)
6 return -ENOSYS;