aboutsummaryrefslogtreecommitdiffstats
path: root/arch/i386/kernel/syscall_table.S
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-18 17:43:55 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-18 19:20:29 -0800
commit4f085507231e8003c66ed12e38c73b76e938ee95 (patch)
tree313adf0043c586fa751d8e750e54d6d27d2a0087 /arch/i386/kernel/syscall_table.S
parent[PATCH] vfs: *at functions: core (diff)
downloadlinux-dev-4f085507231e8003c66ed12e38c73b76e938ee95.tar.xz
linux-dev-4f085507231e8003c66ed12e38c73b76e938ee95.zip
[PATCH] vfs: *at functions: i386
Wire up the x86 syscalls Signed-off-by: Ulrich Drepper <drepper@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/i386/kernel/syscall_table.S')
-rw-r--r--arch/i386/kernel/syscall_table.S13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/i386/kernel/syscall_table.S b/arch/i386/kernel/syscall_table.S
index 6ff3e5243226..a988b40e5945 100644
--- a/arch/i386/kernel/syscall_table.S
+++ b/arch/i386/kernel/syscall_table.S
@@ -294,3 +294,16 @@ ENTRY(sys_call_table)
.long sys_inotify_add_watch
.long sys_inotify_rm_watch
.long sys_migrate_pages
+ .long sys_openat /* 295 */
+ .long sys_mkdirat
+ .long sys_mknodat
+ .long sys_fchownat
+ .long sys_futimesat
+ .long sys_newfstatat /* 300 */
+ .long sys_unlinkat
+ .long sys_renameat
+ .long sys_linkat
+ .long sys_symlinkat
+ .long sys_readlinkat /* 305 */
+ .long sys_fchmodat
+ .long sys_faccessat