Sign in
android-kvm
/
linux
/
11bc26fe372fa6da81c82c68f755d2795838a640
/
.
/
arch
/
score
/
kernel
/
sys_call_table.c
blob: 287369b88c43869a662cacd76a5d45afcc09f062 [
file
] [
log
] [
blame
]
#include
<linux/syscalls.h>
#include
<linux/signal.h>
#include
<linux/unistd.h>
#include
<asm/syscalls.h>
#undef
__SYSCALL
#define
__SYSCALL
(
nr
,
call
)
[
nr
]
=
(
call
),
void
*
sys_call_table
[
__NR_syscalls
]
=
{
#include
<asm/unistd.h>
};