syscall_name: use the right count
authorAlan Cox <alan@linux.intel.com>
Sat, 9 Jan 2016 16:44:11 +0000 (16:44 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 9 Jan 2016 16:44:11 +0000 (16:44 +0000)
With this the new syscall tool can build and the libc with the level 2 feature
set

Kernel/include/syscall_name.h

index f30a519..8cd74fb 100644 (file)
@@ -1,4 +1,4 @@
-#define NR_SYSCALL 66
+#define NR_SYSCALL 80
 
 #define VARARGS        -1