Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6
[deliverable/linux.git] / arch / x86 / ia32 / nosyscall.c
CommitLineData
e79a7fcc
PA
1#include <linux/kernel.h>
2#include <linux/errno.h>
3
4long compat_ni_syscall(void)
5{
6 return -ENOSYS;
7}
This page took 0.202758 seconds and 5 git commands to generate.