This website requires JavaScript.
Explore
Help
Sign In
UbiquitousOS
/
OpenCloudOS-Kernel
mirror of
https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git
Watch
11
Star
0
Fork
You've already forked OpenCloudOS-Kernel
0
Code
Issues
Projects
Releases
Wiki
Activity
49cd6f8699
OpenCloudOS-Kernel
/
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