From: Petar Jovanovic Date: Tue, 20 Aug 2019 13:17:02 +0000 (+0000) Subject: mips32: hook up utimes syscall X-Git-Tag: VALGRIND_3_16_0~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b086d63a730a008be4eb311fe42a95706ecd6c96;p=thirdparty%2Fvalgrind.git mips32: hook up utimes syscall Hook up utimes syscall for mips32. This fixes utimes01 in the LTP test suite. --- diff --git a/coregrind/m_syswrap/syswrap-mips32-linux.c b/coregrind/m_syswrap/syswrap-mips32-linux.c index a7e0ca526e..fe1531ffac 100644 --- a/coregrind/m_syswrap/syswrap-mips32-linux.c +++ b/coregrind/m_syswrap/syswrap-mips32-linux.c @@ -1029,7 +1029,7 @@ static SyscallTableEntry syscall_main_table[] = { LINXY (__NR_clock_getres, sys_clock_getres), // 264 LINXY (__NR_clock_nanosleep, sys_clock_nanosleep), // 265 LINXY (__NR_tgkill, sys_tgkill), // 266 - //.. GENX_(__NR_utimes, sys_utimes), // 267 + GENX_ (__NR_utimes, sys_utimes), // 267 LINXY (__NR_get_mempolicy, sys_get_mempolicy), // 269 LINX_ (__NR_set_mempolicy, sys_set_mempolicy), // 270 LINXY (__NR_mq_open, sys_mq_open), // 271