]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
s390x-linux also has memfd_secret, syswrap it
authorMark Wielaard <mark@klomp.org>
Sat, 18 Nov 2023 01:23:10 +0000 (02:23 +0100)
committerMark Wielaard <mark@klomp.org>
Sat, 18 Nov 2023 01:23:10 +0000 (02:23 +0100)
coregrind/m_syswrap/syswrap-s390x-linux.c

index 7740bd61f66c864417739f27ca65ed32aa39689b..3238eef3ffa5524f993742095b33c502fbb65a8a 100644 (file)
@@ -874,6 +874,8 @@ static SyscallTableEntry syscall_table[] = {
    LINX_(__NR_faccessat2,  sys_faccessat2),                           // 439
 
    LINXY(__NR_epoll_pwait2, sys_epoll_pwait2),                        // 441
+
+   LINXY(__NR_memfd_secret, sys_memfd_secret),                        // 447
 };
 
 SyscallTableEntry* ML_(get_linux_syscall_entry) ( UInt sysno )