From: Mark Wielaard Date: Thu, 20 Feb 2014 15:43:07 +0000 (+0000) Subject: Bug 331337 s390x WARNING: unhandled syscall: 326 (dup3) X-Git-Tag: svn/VALGRIND_3_10_0~616 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d88baa001eb1dd9b4e609fdbcdf1c68f557bcf;p=thirdparty%2Fvalgrind.git Bug 331337 s390x WARNING: unhandled syscall: 326 (dup3) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13820 --- diff --git a/NEWS b/NEWS index ad93c6d1b9..654e249448 100644 --- a/NEWS +++ b/NEWS @@ -57,6 +57,7 @@ where XXXXXX is the bug number as listed below. 331254 Fix expected output for memcheck/tests/dw4 331255 Fix race condition in test none/tests/coolo_sigaction 331257 Fix type of jump buffer in test none/tests/faultstatus +331337 s390x WARNING: unhandled syscall: 326 (dup3) n-i-bz Fix KVM_CREATE_IRQCHIP ioctl handling Release 3.9.0 (31 October 2013) diff --git a/coregrind/m_syswrap/syswrap-s390x-linux.c b/coregrind/m_syswrap/syswrap-s390x-linux.c index f9bc136136..58ed0f819c 100644 --- a/coregrind/m_syswrap/syswrap-s390x-linux.c +++ b/coregrind/m_syswrap/syswrap-s390x-linux.c @@ -1044,7 +1044,7 @@ static SyscallTableEntry syscall_table[] = { LINXY(__NR_inotify_init1, sys_inotify_init1), // 324 LINXY(__NR_pipe2, sys_pipe2), // 325 - // (__NR_dup3, ), + LINXY(__NR_dup3, sys_dup3), // 326 LINXY(__NR_epoll_create1, sys_epoll_create1), // 327 LINXY(__NR_preadv, sys_preadv), // 328 LINX_(__NR_pwritev, sys_pwritev), // 329