]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
ppc64-linux: handle sys_setresuid and sys_setresgid. #273640.
authorJulian Seward <jseward@acm.org>
Thu, 20 Oct 2011 10:44:34 +0000 (10:44 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 20 Oct 2011 10:44:34 +0000 (10:44 +0000)
(Jan Stancek, jan.stancek@gmail.com)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12175

coregrind/m_syswrap/syswrap-ppc64-linux.c

index 3dd0fc62a646506d98362e66661d6116deddfa6b..f6e4c6844fb54a7bfc0ec58b69b8d42a082582d0 100644 (file)
@@ -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