]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Merge r5989 (fix for: PATCH: ppc32 missing system calls)
authorJulian Seward <jseward@acm.org>
Mon, 28 Aug 2006 12:13:19 +0000 (12:13 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 28 Aug 2006 12:13:19 +0000 (12:13 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6020

coregrind/m_syswrap/syswrap-ppc32-linux.c

index 515d0a9a769dcec0a6fc345a420bb7450a71cf20..e24519c5e981f40abf9b47265f66c4abc174ef4e 100644 (file)
@@ -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