]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips64: add missing syscall values for N32
authorPetar Jovanovic <mips32r2@gmail.com>
Thu, 26 Sep 2019 15:21:34 +0000 (15:21 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Thu, 26 Sep 2019 15:21:34 +0000 (15:21 +0000)
Add missing syscall values for N32.
This fixes build issue with MIPS64 N32.

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

index f85b33331fde9db16624bf502a8c76277fe4d751..dcb55f2406ddf2a0629edf2566c7459ca24cb608 100644 (file)
 #define __NR_execveat                (__NR_Linux + 320)
 #define __NR_userfaultfd             (__NR_Linux + 321)
 #define __NR_membarrier              (__NR_Linux + 322)
+#define __NR_mlock2                  (__NR_Linux + 323)
+#define __NR_copy_file_range         (__NR_Linux + 324)
+#define __NR_preadv2                 (__NR_Linux + 325)
+#define __NR_pwritev2                (__NR_Linux + 326)
+#define __NR_pkey_mprotect           (__NR_Linux + 327)
+#define __NR_pkey_alloc              (__NR_Linux + 328)
+#define __NR_pkey_free               (__NR_Linux + 329)
+#define __NR_statx                   (__NR_Linux + 330)
 
 #else
 #error unknown mips64 abi