Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1625cee5 authored by Kees Cook's avatar Kees Cook Committed by Rusty Russell
Browse files

add finit_module syscall to asm-generic



This adds the finit_module syscall to the generic syscall list.

Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 4926f652
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -690,9 +690,11 @@ __SC_COMP(__NR_process_vm_writev, sys_process_vm_writev, \
          compat_sys_process_vm_writev)
#define __NR_kcmp 272
__SYSCALL(__NR_kcmp, sys_kcmp)
#define __NR_finit_module 273
__SYSCALL(__NR_finit_module, sys_finit_module)

#undef __NR_syscalls
#define __NR_syscalls 273
#define __NR_syscalls 274

/*
 * All syscalls below here should go away really,