[PATCH] Add finit_module syscall for Linux
Kees Cook
keescook@chromium.org
Wed Jan 23 00:48:00 GMT 2013
This adds the new Linux finit_module() syscall.
Signed-off-by: Kees Cook <keescook@chromium.org>
---
sysdeps/unix/sysv/linux/syscalls.list | 1 +
1 file changed, 1 insertion(+)
2013-01-22 Kees Cook <keescook@chromium.org>
* sysdeps/unix/sysv/linux/syscalls.list: Add finit_module.
diff --git a/sysdeps/unix/sysv/linux/syscalls.list b/sysdeps/unix/sysv/linux/syscalls.list
index 2e6cf9c..55748c9 100644
--- a/sysdeps/unix/sysv/linux/syscalls.list
+++ b/sysdeps/unix/sysv/linux/syscalls.list
@@ -28,6 +28,7 @@ getresgid - getresgid i:ppp getresgid
getrlimit - ugetrlimit i:ip __new_getrlimit __getrlimit getrlimit@@GLIBC_2.2
getsid - getsid i:i getsid
init_module EXTRA init_module 5 init_module
+finit_module EXTRA finit_module i:isi finit_module
inotify_add_watch EXTRA inotify_add_watch i:isi inotify_add_watch
inotify_init EXTRA inotify_init i: inotify_init
inotify_init1 EXTRA inotify_init1 i:I inotify_init1
--
1.7.9.5
--
Kees Cook
Chrome OS Security
More information about the Libc-alpha
mailing list