]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Hook up unhandled ppc64le-linux syscall: 147 (getsid)
authorMark Wielaard <mark@klomp.org>
Fri, 27 Nov 2020 11:53:18 +0000 (12:53 +0100)
committerMark Wielaard <mark@klomp.org>
Fri, 27 Nov 2020 11:53:23 +0000 (12:53 +0100)
https://bugs.kde.org/show_bug.cgi?id=429692

NEWS
coregrind/m_syswrap/syswrap-ppc64-linux.c

diff --git a/NEWS b/NEWS
index 8ddcab2f0f28deadd725b7ad8c375d6e26c77c8f..c26449a3e24e239001ca730f5ae7bd90e506dfff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -59,6 +59,7 @@ n-i-bz  helgrind: If hg_cli__realloc fails, return NULL.
 427401  PPC ISA 3.1 support is missing, part 5
 384729  __libc_freeres inhibits cross-platform valgrind
 427404  PPC ISA 3.1 support is missing, part 6
+429692  unhandled ppc64le-linux syscall: 147 (getsid)
 
 Release 3.16.1 (?? June 2020)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
index 7026e4ac6d2e0e2cd49bb94599c2921fea0816cb..6f682923bb366ccb82179b9efebc3f72130b30e7 100644 (file)
@@ -772,7 +772,7 @@ static SyscallTableEntry syscall_table[] = {
 
    GENXY(__NR_readv,             sys_readv),              // 145
    GENX_(__NR_writev,            sys_writev),             // 146
-// _____(__NR_getsid,            sys_getsid),             // 147
+   GENX_(__NR_getsid,            sys_getsid),             // 147
    GENX_(__NR_fdatasync,         sys_fdatasync),          // 148
    LINXY(__NR__sysctl,           sys_sysctl),             // 149