kernel/arch/alpha/include/asm/unistd.h
.. .. @@ -4,8 +4,9 @@ 4 4 5 5 #include <uapi/asm/unistd.h> 6 6 7 -#define NR_SYSCALLS 5237 +#define NR_SYSCALLS __NR_syscalls8 8 9 +#define __ARCH_WANT_NEW_STAT9 10 #define __ARCH_WANT_OLD_READDIR 10 11 #define __ARCH_WANT_STAT64 11 12 #define __ARCH_WANT_SYS_GETHOSTNAME .. .. @@ -13,6 +14,7 @@ 13 14 #define __ARCH_WANT_SYS_GETPGRP 14 15 #define __ARCH_WANT_SYS_OLDUMOUNT 15 16 #define __ARCH_WANT_SYS_SIGPENDING 17 +#define __ARCH_WANT_SYS_UTIME16 18 #define __ARCH_WANT_SYS_FORK 17 19 #define __ARCH_WANT_SYS_VFORK 18 20 #define __ARCH_WANT_SYS_CLONE