]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Bug 331337 s390x WARNING: unhandled syscall: 326 (dup3)
authorMark Wielaard <mark@klomp.org>
Thu, 20 Feb 2014 15:43:07 +0000 (15:43 +0000)
committerMark Wielaard <mark@klomp.org>
Thu, 20 Feb 2014 15:43:07 +0000 (15:43 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13820

NEWS
coregrind/m_syswrap/syswrap-s390x-linux.c

diff --git a/NEWS b/NEWS
index ad93c6d1b907b3364bbb1954675fbc0e37094708..654e249448152f1de30829bf124501cc06aabe6a 100644 (file)
--- 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)
index f9bc1361367c1757c1b473fabf13174416f32f59..58ed0f819c1a175d7e180e04ba409c27236e37f6 100644 (file)
@@ -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