]> git.ipfire.org Git - thirdparty/valgrind.git/commit
mips: hook up preadv, preadv2, pwritev and pwritev2 correctly
authorPetar Jovanovic <mips32r2@gmail.com>
Mon, 22 Jul 2019 17:56:33 +0000 (19:56 +0200)
committerPetar Jovanovic <mips32r2@gmail.com>
Mon, 22 Jul 2019 17:56:33 +0000 (19:56 +0200)
commitbd2a81f202a008abd669bd4b7b5cf30f271f5724
treec1c9d29e20284a557c2684364c0d01ad42ea90cd
parent75a36cb13b1d0979167bd9ed4d643f0bc279a767
mips: hook up preadv, preadv2, pwritev and pwritev2 correctly

Use the correct generic linux sys wrapper.

Follow-up for

  commit b0861063a8d2a55bb7423e90d26806bab0f78a12
  Author: Alexandra Hajkova <ahajkova@redhat.com>
  Date:   Tue Jun 4 13:47:14 2019 +0200

    Add support for preadv2 and pwritev2 syscalls

This should fix
memcheck/tests/linux/sys-preadv2_pwritev2 (stderr)
memcheck/tests/linux/sys-preadv_pwritev  (stderr)

on mips32/mips64.
coregrind/m_syswrap/syswrap-mips32-linux.c
coregrind/m_syswrap/syswrap-mips64-linux.c