I bet this is also broken in older kernels, but it should be mostly harmless, may just add unneeded overhead to newer syscalls.
Signed-off-by: Jan Kiszka <[email protected]> --- arch/x86/include/asm/unistd_32.h | 2 +- arch/x86/include/asm/unistd_64.h | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) Index: b/arch/x86/include/asm/unistd_32.h =================================================================== --- a/arch/x86/include/asm/unistd_32.h +++ b/arch/x86/include/asm/unistd_32.h @@ -339,7 +339,7 @@ #define __NR_pipe2 331 #define __NR_inotify_init1 332 -#define NR_syscalls 327 +#define NR_syscalls 333 #ifdef __KERNEL__ Index: b/arch/x86/include/asm/unistd_64.h =================================================================== --- a/arch/x86/include/asm/unistd_64.h +++ b/arch/x86/include/asm/unistd_64.h @@ -654,8 +654,7 @@ __SYSCALL(__NR_pipe2, sys_pipe2) #define __NR_inotify_init1 294 __SYSCALL(__NR_inotify_init1, sys_inotify_init1) - -#define NR_syscalls 286 +#define NR_syscalls 295 #ifndef __NO_STUBS #define __ARCH_WANT_OLD_READDIR _______________________________________________ Adeos-main mailing list [email protected] https://mail.gna.org/listinfo/adeos-main
