1 // SPDX-License-Identifier: GPL-2.0
2 #include <linux/syscalls.h>
3 #include <linux/signal.h>
4 #include <linux/unistd.h>
7 #define __SYSCALL(nr, call) [nr] = (call),
9 #define sys_mmap2 sys_mmap_pgoff
11 asmlinkage
int sys_rt_sigreturn(void);
13 void *_sys_call_table
[__NR_syscalls
] = {
14 #include <asm/unistd.h>