Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nosyscall.c
Go to the documentation of this file.
1 #include <linux/kernel.h>
2 #include <linux/errno.h>
3 
4 long compat_ni_syscall(void)
5 {
6  return -ENOSYS;
7 }