]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix mips32 FTBFS
authorMartin Cermak <mcermak@redhat.com>
Fri, 8 Aug 2025 20:31:42 +0000 (22:31 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 11 Aug 2025 15:13:23 +0000 (17:13 +0200)
Define __NR_statmount and __NR_listmount.
This update makes the source buildable on the mips32 arch.

https://bugs.kde.org/show_bug.cgi?id=508027

NEWS
include/vki/vki-scnums-mips32-linux.h

diff --git a/NEWS b/NEWS
index 8d3c33ab2a96ebb5a12f99b9d3582493e9ed4d33..1a0cee4c84229d4fa1eefdaf0cd615e65a9a954c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,7 @@ are not entered into bugzilla tend to get forgotten about or ignored.
 507868  futimesat doesn't handle AT_FDCWD
 507873  Make fchmodat and fchmodat2 syscall wrappers accept AT_FDCWD
 507897  Allow for patching LTP sources
+508027  Fix mips32 FTBFS
 508029  Review the vmsplice syscall wrapper
 508030  Add several missing syscall hooks to ppc64-linux
 
index 53f6499aab10839fff4cbb7ab74baf33c8263ff0..62b42339510e5aa42d60506d6fed9cbd9a2d9bd7 100644 (file)
 #define __NR_set_mempolicy_home_node    (__NR_Linux + 450)
 #define __NR_cachestat                  (__NR_Linux + 451)
 #define __NR_fchmodat2                  (__NR_Linux + 452)
+#define __NR_statmount                  (__NR_Linux + 457)
+#define __NR_listmount                  (__NR_Linux + 458)
 #define __NR_mseal                      (__NR_Linux + 462)
 /*
  * Offset of the last Linux o32 flavoured syscall