From: Alan Cox Date: Sat, 9 Jan 2016 16:44:11 +0000 (+0000) Subject: syscall_name: use the right count X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=597d3c47193a48e108bee9943c5c9435993c1973;p=FUZIX.git syscall_name: use the right count With this the new syscall tool can build and the libc with the level 2 feature set --- 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