From 597d3c47193a48e108bee9943c5c9435993c1973 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 9 Jan 2016 16:44:11 +0000 Subject: [PATCH] syscall_name: use the right count With this the new syscall tool can build and the libc with the level 2 feature set --- Kernel/include/syscall_name.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/include/syscall_name.h b/Kernel/include/syscall_name.h index f30a5192..8cd74fb7 100644 --- a/Kernel/include/syscall_name.h +++ b/Kernel/include/syscall_name.h @@ -1,4 +1,4 @@ -#define NR_SYSCALL 66 +#define NR_SYSCALL 80 #define VARARGS -1 -- 2.34.1