dect
/
linux-2.6
Archived
13
0
Fork 0

add finit_module syscall to asm-generic

This adds the finit_module syscall to the generic syscall list.

Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Kees Cook 2012-10-16 12:40:03 +10:30 committed by Rusty Russell
parent 4926f65224
commit 1625cee56f
1 changed files with 3 additions and 1 deletions

View File

@ -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,