From: Petar Jovanovic Date: Thu, 26 Sep 2019 15:21:34 +0000 (+0000) Subject: mips64: add missing syscall values for N32 X-Git-Tag: VALGRIND_3_16_0~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5759d1debe87e55a2e4ab0154d933e41a565bc35;p=thirdparty%2Fvalgrind.git mips64: add missing syscall values for N32 Add missing syscall values for N32. This fixes build issue with MIPS64 N32. --- diff --git a/include/vki/vki-scnums-mips64-linux.h b/include/vki/vki-scnums-mips64-linux.h index f85b33331f..dcb55f2406 100644 --- a/include/vki/vki-scnums-mips64-linux.h +++ b/include/vki/vki-scnums-mips64-linux.h @@ -694,6 +694,14 @@ #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