--- linux-2.6.21/include/asm-alpha/unistd.h.missing_defines 2007-05-16 10:53:02.000000000 +0200 +++ linux-2.6.21/include/asm-alpha/unistd.h 2007-05-16 10:54:44.000000000 +0200 @@ -388,9 +388,30 @@ #define __NR_inotify_add_watch 445 #define __NR_inotify_rm_watch 446 +#define __NR_openat 447 +#define __NR_mkdirat 448 +#define __NR_mknodat 449 +#define __NR_fchownat 450 +#define __NR_futimesat 451 +#define __NR_unlinkat 452 +#define __NR_renameat 453 +#define __NR_linkat 454 +#define __NR_symlinkat 455 +#define __NR_readlinkat 456 +#define __NR_fchmodat 457 +#define __NR_faccessat 458 +#define __NR_pselect6 459 +#define __NR_ppoll 460 +#define __NR_unshare 461 +#define __NR_set_robust_list 462 +#define __NR_get_robust_list 463 +#define __NR_splice 464 +#define __NR_sync_file_range 465 +#define __NR_tee 466 + #ifdef __KERNEL__ -#define NR_SYSCALLS 447 +#define NR_SYSCALLS 467 #define __ARCH_WANT_IPC_PARSE_VERSION #define __ARCH_WANT_OLD_READDIR --- linux-2.6.21/arch/alpha/kernel/systbls.S.missing_defines 2007-05-16 11:32:29.000000000 +0200 +++ linux-2.6.21/arch/alpha/kernel/systbls.S 2007-05-16 11:30:36.000000000 +0200 @@ -465,6 +465,26 @@ .quad sys_inotify_init .quad sys_inotify_add_watch /* 445 */ .quad sys_inotify_rm_watch + .quad sys_openat + .quad sys_mkdirat + .quad sys_mknodat + .quad sys_fchownat /* 450 */ + .quad sys_futimesat + .quad sys_unlinkat + .quad sys_renameat + .quad sys_linkat + .quad sys_symlinkat /* 455 */ + .quad sys_readlinkat + .quad sys_fchmodat + .quad sys_faccessat + .quad sys_pselect6 + .quad sys_ppoll /* 460 */ + .quad sys_unshare + .quad sys_set_robust_list + .quad sys_get_robust_list + .quad sys_splice + .quad sys_sync_file_range + .quad sys_tee .size sys_call_table, . - sys_call_table .type sys_call_table, @object