From e493083568ecc46427e7d10c63454ba0901933fa Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Wed, 14 May 2008 12:24:03 +0000 Subject: [PATCH] Merge r7334 (Enable some syscalls needed to run firefox on 64-bit ppc on Fedora 8.) git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_3_BRANCH@8078 --- coregrind/m_syswrap/syswrap-ppc64-linux.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c index 54db6c506f..8a05659a34 100644 --- a/coregrind/m_syswrap/syswrap-ppc64-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc64-linux.c @@ -1269,7 +1269,7 @@ const SyscallTableEntry ML_(syscall_table)[] = { GENXY(__NR_wait4, sys_wait4), // 114 // _____(__NR_swapoff, sys_swapoff), // 115 -// _____(__NR_sysinfo, sys_sysinfo), // 116 + LINXY(__NR_sysinfo, sys_sysinfo), // 116 PLAXY(__NR_ipc, sys_ipc), // 117 GENX_(__NR_fsync, sys_fsync), // 118 // _____(__NR_sigreturn, sys_sigreturn), // 119 @@ -1328,13 +1328,13 @@ const SyscallTableEntry ML_(syscall_table)[] = { GENX_(__NR_mremap, sys_mremap), // 163 // _____(__NR_setresuid, sys_setresuid), // 164 -// _____(__NR_getresuid, sys_getresuid), // 165 + 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 -// _____(__NR_getresgid, sys_getresgid), // 170 + LINXY(__NR_getresgid, sys_getresgid), // 170 // _____(__NR_prctl, sys_prctl), // 171 PLAX_(__NR_rt_sigreturn, sys_rt_sigreturn), // 172 LINXY(__NR_rt_sigaction, sys_rt_sigaction), // 173 -- 2.47.2