Sign in
googlers
/
maze
/
linux
/
e0d8898d76a785453bfaf6cd08b830a7d5189f78
/
.
/
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>
};