Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
x86
ia32
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
}
Generated on Thu Jan 10 2013 13:19:56 for Linux Kernel by
1.8.2