This website requires JavaScript.
Explore
Help
Sign In
OrgACRN
/
acrn-kernel
mirror of
https://github.com/projectacrn/acrn-kernel.git
Watch
1
Star
0
Fork
You've already forked acrn-kernel
0
Code
Issues
Releases
Wiki
Activity
cfda7bb9ec
acrn-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