]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips64: add missing system call numbers
authorPetar Jovanovic <mips32r2@gmail.com>
Mon, 1 Sep 2014 16:47:34 +0000 (16:47 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Mon, 1 Sep 2014 16:47:34 +0000 (16:47 +0000)
r14384 introduced use of getdents64 syscall and we missed a system call
value for MIPS64, so it broke the build for it. Add missing values now.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14409

include/vki/vki-scnums-mips64-linux.h

index 2dcae99edb50c20e99ea72b5675be5e2a8342026..c3218a8d15d63e253cc4e370996dfa0829b6323d 100644 (file)
 #define __NR_setns                  (__NR_Linux + 303)
 #define __NR_process_vm_readv       (__NR_Linux + 304)
 #define __NR_process_vm_writev      (__NR_Linux + 305)
+#define __NR_kcmp                   (__NR_Linux + 306)
+#define __NR_finit_module           (__NR_Linux + 307)
+#define __NR_getdents64             (__NR_Linux + 308)
+#define __NR_sched_setattr          (__NR_Linux + 309)
+#define __NR_sched_getattr          (__NR_Linux + 310)
+#define __NR_renameat2              (__NR_Linux + 311)
 
 #endif /* __VKI_SCNUMS_MIPS64_LINUX_H */