Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
apw
/
overlayfs
/
9a8e5d41124a7352e554581333d4d9689dc1526b
/
.
/
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>
};