|
@@ -691,9 +691,11 @@ __SC_COMP(__NR_process_vm_readv, sys_process_vm_readv, \
|
|
#define __NR_process_vm_writev 271
|
|
#define __NR_process_vm_writev 271
|
|
__SC_COMP(__NR_process_vm_writev, sys_process_vm_writev, \
|
|
__SC_COMP(__NR_process_vm_writev, sys_process_vm_writev, \
|
|
compat_sys_process_vm_writev)
|
|
compat_sys_process_vm_writev)
|
|
|
|
+#define __NR_kcmp 272
|
|
|
|
+__SYSCALL(__NR_kcmp, sys_kcmp)
|
|
|
|
|
|
#undef __NR_syscalls
|
|
#undef __NR_syscalls
|
|
-#define __NR_syscalls 272
|
|
|
|
|
|
+#define __NR_syscalls 273
|
|
|
|
|
|
/*
|
|
/*
|
|
* All syscalls below here should go away really,
|
|
* All syscalls below here should go away really,
|