From: Petar Jovanovic Date: Tue, 20 Aug 2019 12:41:59 +0000 (+0000) Subject: mips32: hook up unshare syscall X-Git-Tag: VALGRIND_3_16_0~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd640dacde15705f1f233d2d53bc06588ffdcba0;p=thirdparty%2Fvalgrind.git mips32: hook up unshare syscall Hook up unshare syscall for mips32. This fixes unshare02 in the LTP test suite. --- diff --git a/coregrind/m_syswrap/syswrap-mips32-linux.c b/coregrind/m_syswrap/syswrap-mips32-linux.c index 5c34526916..a7e0ca526e 100644 --- a/coregrind/m_syswrap/syswrap-mips32-linux.c +++ b/coregrind/m_syswrap/syswrap-mips32-linux.c @@ -1059,7 +1059,7 @@ static SyscallTableEntry syscall_main_table[] = { LINX_ (__NR_faccessat, sys_faccessat), // 300 LINXY (__NR_pselect6, sys_pselect6), // 301 LINXY (__NR_ppoll, sys_ppoll), // 302 - //.. + LINX_ (__NR_unshare, sys_unshare), // 303 LINX_ (__NR_splice, sys_splice), // 304 PLAX_ (__NR_sync_file_range, sys_sync_file_range), // 305 LINX_ (__NR_tee, sys_tee), // 306