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

Mark Wielaard <m...@klomp.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED
                 CC|                            |m...@klomp.org
            Summary|unhandled ppc64le-linux     |unhandled ppc64le-linux
                   |syscall: 147                |syscall: 147 (getsid)

--- Comment #1 from Mark Wielaard <m...@klomp.org> ---
This is getsid, which seems enabled for all other arches.

Untested fix:

diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c
b/coregrind/m_syswrap/syswrap-ppc64-linux.c
index 7026e4ac6..6f682923b 100644
--- a/coregrind/m_syswrap/syswrap-ppc64-linux.c
+++ b/coregrind/m_syswrap/syswrap-ppc64-linux.c
@@ -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

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to