]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug 376611 - ppc64 and arm64 don't know about prlimit64 syscall.
authorMark Wielaard <mark@klomp.org>
Sat, 18 Feb 2017 13:20:16 +0000 (13:20 +0000)
committerMark Wielaard <mark@klomp.org>
Sat, 18 Feb 2017 13:20:16 +0000 (13:20 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16228

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

diff --git a/NEWS b/NEWS
index d48f1a99d3f85028d1db8de06944a0ab402ebe44..36d7438f58235b4dc9f6a8083f0060b8fd2753ba 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -116,6 +116,7 @@ where XXXXXX is the bug number as listed below.
 375806  Test helgrind/tests/tc22_exit_w_lock fails with glibc 2.24
 376455  Solaris: unhandled syscall lgrpsys(180)
 376518  Solaris: unhandled fast trap getlgrp(6)
+376611  ppc64 and arm64 don't know about prlimit64 syscall
 
 Release 3.12.0 (20 October 2016)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
index 1be66297df32a4c4c62f3f07ce4df08338383d4a..f8b5b7c69eef8b170fb544846793e8f9bb843b57 100644 (file)
@@ -868,6 +868,7 @@ static SyscallTableEntry syscall_main_table[] = {
    LINXY(__NR_recvmmsg,          sys_recvmmsg),          // 243
 
    GENXY(__NR_wait4,             sys_wait4),             // 260
+   LINXY(__NR_prlimit64,         sys_prlimit64),         // 261
 
    LINXY(__NR_name_to_handle_at, sys_name_to_handle_at), // 264
    LINXY(__NR_open_by_handle_at, sys_open_by_handle_at), // 265
index f90140d957818271f4141f1d6f7c9d927b4060e6..ce5cbbbc044a528463d938bd56311c45d1a910aa 100644 (file)
@@ -905,6 +905,7 @@ static SyscallTableEntry syscall_table[] = {
    LINX_(__NR_pwritev,           sys_pwritev),          // 321
    LINXY(__NR_rt_tgsigqueueinfo, sys_rt_tgsigqueueinfo),// 322
 
+   LINXY(__NR_prlimit64,         sys_prlimit64),        // 325
    LINXY(__NR_socket,            sys_socket),           // 326
    LINX_(__NR_bind,              sys_bind),             // 327
    LINX_(__NR_connect,           sys_connect),          // 328