]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] vfs: *at functions: i386
authorUlrich Drepper <drepper@redhat.com>
Thu, 19 Jan 2006 01:43:55 +0000 (17:43 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 19 Jan 2006 03:20:29 +0000 (19:20 -0800)
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>
arch/i386/kernel/syscall_table.S
include/asm-i386/unistd.h

index 6ff3e524322672a9e0c8b90935a1b439f6c2375a..a988b40e5945c901751b8a56ad1f17a88741b6e9 100644 (file)
@@ -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
index 481c3c0ea720d32c1570a3588ef31da4ac81247b..e3028aaf6d83d1902e2df183340daa02d46b61c6 100644 (file)
 #define __NR_inotify_add_watch 292
 #define __NR_inotify_rm_watch  293
 #define __NR_migrate_pages     294
+#define __NR_openat            295
+#define __NR_mkdirat           296
+#define __NR_mknodat           297
+#define __NR_fchownat          298
+#define __NR_futimesat         299
+#define __NR_newfstatat                300
+#define __NR_unlinkat          301
+#define __NR_renameat          302
+#define __NR_linkat            303
+#define __NR_symlinkat         304
+#define __NR_readlinkat                305
+#define __NR_fchmodat          306
+#define __NR_faccessat         307
 
-#define NR_syscalls 295
+#define NR_syscalls 308
 
 /*
  * user-visible error numbers are in the range -1 - -128: see