]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Handle sys_getitimer on ppc32-linux and ppc64-linux.
authorJulian Seward <jseward@acm.org>
Tue, 20 Nov 2007 19:59:51 +0000 (19:59 +0000)
committerJulian Seward <jseward@acm.org>
Tue, 20 Nov 2007 19:59:51 +0000 (19:59 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7193

coregrind/m_syswrap/syswrap-ppc32-linux.c
coregrind/m_syswrap/syswrap-ppc64-linux.c

index 9426d0b97ae8cf0b0c1ced2c465776e4dce7b6af..41c3612144e503edff64fdb27d792c843d4a55f4 100644 (file)
@@ -1593,8 +1593,8 @@ const SyscallTableEntry ML_(syscall_table)[] = {
    PLAXY(__NR_socketcall,        sys_socketcall),        // 102
    LINXY(__NR_syslog,            sys_syslog),            // 103
    GENXY(__NR_setitimer,         sys_setitimer),         // 104
-//.. 
-//..    GENXY(__NR_getitimer,         sys_getitimer),         // 105
+
+   GENXY(__NR_getitimer,         sys_getitimer),         // 105
    GENXY(__NR_stat,              sys_newstat),           // 106
    GENXY(__NR_lstat,             sys_newlstat),          // 107
    GENXY(__NR_fstat,             sys_newfstat),          // 108
index 9ebe705267a3692c81df4cefefe7e1a7fec8582f..54db6c506fc6defb3a13bbaa9ac8f36243ec6f52 100644 (file)
@@ -1256,7 +1256,7 @@ const SyscallTableEntry ML_(syscall_table)[] = {
 // _____(__NR_syslog,            sys_syslog),             // 103
    GENXY(__NR_setitimer,         sys_setitimer),          // 104
 
-// _____(__NR_getitimer,         sys_getitimer),          // 105
+   GENXY(__NR_getitimer,         sys_getitimer),          // 105
    GENXY(__NR_stat,              sys_newstat),            // 106
    GENXY(__NR_lstat,             sys_newlstat),           // 107
    GENXY(__NR_fstat,             sys_newfstat),           // 108