From: Julian Seward Date: Thu, 20 Oct 2011 10:44:34 +0000 (+0000) Subject: ppc64-linux: handle sys_setresuid and sys_setresgid. #273640. X-Git-Tag: svn/VALGRIND_3_7_0~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1007d8b2c9419b513f578472023d030a87dde4e9;p=thirdparty%2Fvalgrind.git ppc64-linux: handle sys_setresuid and sys_setresgid. #273640. (Jan Stancek, jan.stancek@gmail.com) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12175 --- diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c index 3dd0fc62a6..f6e4c6844f 100644 --- a/coregrind/m_syswrap/syswrap-ppc64-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc64-linux.c @@ -1292,13 +1292,13 @@ static SyscallTableEntry syscall_table[] = { LINXY(__NR_sched_rr_get_interval, sys_sched_rr_get_interval), // 161 GENXY(__NR_nanosleep, sys_nanosleep), // 162 GENX_(__NR_mremap, sys_mremap), // 163 -// _____(__NR_setresuid, sys_setresuid), // 164 + LINX_(__NR_setresuid, sys_setresuid), // 164 LINXY(__NR_getresuid, sys_getresuid), // 165 // _____(__NR_query_module, sys_query_module), // 166 GENXY(__NR_poll, sys_poll), // 167 // _____(__NR_nfsservctl, sys_nfsservctl), // 168 -// _____(__NR_setresgid, sys_setresgid), // 169 + LINX_(__NR_setresgid, sys_setresgid), // 169 LINXY(__NR_getresgid, sys_getresgid), // 170 // _____(__NR_prctl, sys_prctl), // 171