This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
linux
mirror of
https://gitee.com/openkylin/linux.git
Watch
9
Star
0
Fork
You've already forked linux
0
Code
Issues
Projects
Releases
Wiki
Activity
3192c63950
linux
/
arch
/
x86
/
ia32
/
nosyscall.c
8 lines
102 B
C
Raw
Blame
History
#
include
<linux/kernel.h>
#
include
<linux/errno.h>
long
compat_ni_syscall
(
void
)
{
return
-
ENOSYS
;
}
Reference in New Issue
View Git Blame
Copy Permalink