From: Petar Jovanovic Date: Mon, 19 Aug 2019 17:37:17 +0000 (+0000) Subject: mips32: hook up getitimer syscall X-Git-Tag: VALGRIND_3_16_0~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4571112b501786da40d2a02f6a62e8fd75d10899;p=thirdparty%2Fvalgrind.git mips32: hook up getitimer syscall Hook up getitimer syscall for mips32. This fixes getitimer01 and several other tests in the LTP test suite. --- diff --git a/coregrind/m_syswrap/syswrap-mips32-linux.c b/coregrind/m_syswrap/syswrap-mips32-linux.c index 0f29acab6c..6da479b0f6 100644 --- a/coregrind/m_syswrap/syswrap-mips32-linux.c +++ b/coregrind/m_syswrap/syswrap-mips32-linux.c @@ -870,7 +870,7 @@ static SyscallTableEntry syscall_main_table[] = { LINXY (__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