From: Julian Seward Date: Mon, 28 Aug 2006 12:13:19 +0000 (+0000) Subject: Merge r5989 (fix for: PATCH: ppc32 missing system calls) X-Git-Tag: svn/VALGRIND_3_2_1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91a9629e665d85fdf0393abfd9123eceb536afc2;p=thirdparty%2Fvalgrind.git Merge r5989 (fix for: PATCH: ppc32 missing system calls) git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6020 --- diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c index 515d0a9a76..e24519c5e9 100644 --- a/coregrind/m_syswrap/syswrap-ppc32-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc32-linux.c @@ -1598,7 +1598,7 @@ const SyscallTableEntry ML_(syscall_table)[] = { GENXY(__NR_fstatfs, sys_fstatfs), // 100 //.. LINX_(__NR_ioperm, sys_ioperm), // 101 PLAXY(__NR_socketcall, sys_socketcall), // 102 -//.. LINXY(__NR_syslog, sys_syslog), // 103 + LINXY(__NR_syslog, sys_syslog), // 103 GENXY(__NR_setitimer, sys_setitimer), // 104 //.. //.. GENXY(__NR_getitimer, sys_getitimer), // 105 @@ -1614,7 +1614,7 @@ const SyscallTableEntry ML_(syscall_table)[] = { GENXY(__NR_wait4, sys_wait4), // 114 //.. //.. // (__NR_swapoff, sys_swapoff), // 115 */Linux -//.. LINXY(__NR_sysinfo, sys_sysinfo), // 116 + LINXY(__NR_sysinfo, sys_sysinfo), // 116 PLAXY(__NR_ipc, sys_ipc), // 117 GENX_(__NR_fsync, sys_fsync), // 118 PLAX_(__NR_sigreturn, sys_sigreturn), // 119 ?/Linux