This website works better with JavaScript
Home
Explore
Help
Register
Sign In
phyus
/
linux-vybrid_public
Watch
8
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
676f7c8f84
Branches
Tags
master
phyCORE-Vybrid-PD15.1-rc1
vphyCORE-Vybrid-PD15.1-rc1
linux-vybrid_pu...
/
arch
/
x86
/
ia32
/
nosyscall.c
nosyscall.c
102 B
History
Raw
1
2
3
4
5
6
7
#include <linux/kernel.h>
#include <linux/errno.h>
long compat_ni_syscall(void)
{
return -ENOSYS;
}