]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug 339855 arm64 unhandled getsid/setsid syscalls.
authorMark Wielaard <mark@klomp.org>
Fri, 10 Oct 2014 21:33:39 +0000 (21:33 +0000)
committerMark Wielaard <mark@klomp.org>
Fri, 10 Oct 2014 21:33:39 +0000 (21:33 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14617

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

diff --git a/NEWS b/NEWS
index 8b04a4343c406622707d4d7e28628271691d18ba..a19bff662c484149b29e59421b736b8f69ae4cf4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,7 @@ where XXXXXX is the bug number as listed below.
 339433 ppc64 lxvw4x instruction uses four 32-byte loads
 339721 assertion 'check_sibling == sibling' failed in readdwarf3.c ...
 339853 arm64 times syscall unknown
+339855 arm64 unhandled getsid/setsid syscalls
 n-i-bz Old STABS code is still being compiled, but never used. Remove it.
 n-i-bz Fix compilation on distros with glibc < 2.5
 
index dd13bda258bb47f44b5ce06e49c77cf934afbdfa..045b9b9e356721966ad3fb3d0fbfa0407f436bd0 100644 (file)
@@ -956,6 +956,8 @@ static SyscallTableEntry syscall_main_table[] = {
    GENXY(__NR_times,             sys_times),             // 153
    GENX_(__NR_setpgid,           sys_setpgid),           // 154
    GENX_(__NR_getpgid,           sys_getpgid),           // 155
+   GENX_(__NR_getsid,            sys_getsid),            // 156
+   GENX_(__NR_setsid,            sys_setsid),            // 157
    GENXY(__NR_uname,             sys_newuname),          // 160
    GENXY(__NR_getrlimit,         sys_old_getrlimit),     // 163
    GENX_(__NR_setrlimit,         sys_setrlimit),         // 164
@@ -1092,7 +1094,6 @@ static SyscallTableEntry syscall_main_table[] = {
 //ZZ    GENX_(__NR_getppid,           sys_getppid),        // 64
 //ZZ 
 //ZZ    GENX_(__NR_getpgrp,           sys_getpgrp),        // 65
-//ZZ    GENX_(__NR_setsid,            sys_setsid),         // 66
 //ZZ    LINXY(__NR_sigaction,         sys_sigaction),      // 67
 //ZZ //zz    //   (__NR_sgetmask,          sys_sgetmask),       // 68 */* (ANSI C)
 //ZZ //zz    //   (__NR_ssetmask,          sys_ssetmask),       // 69 */* (ANSI C)
@@ -1176,7 +1177,6 @@ static SyscallTableEntry syscall_main_table[] = {
 //ZZ    GENX_(__NR_flock,             sys_flock),          // 143
 //ZZ    GENX_(__NR_msync,             sys_msync),          // 144
 //ZZ 
-//ZZ    GENX_(__NR_getsid,            sys_getsid),         // 147
 //ZZ    GENX_(__NR_fdatasync,         sys_fdatasync),      // 148
 //ZZ    LINXY(__NR__sysctl,           sys_sysctl),         // 149
 //ZZ