https://bugs.kde.org/show_bug.cgi?id=410757

Mark Wielaard <m...@klomp.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #6 from Mark Wielaard <m...@klomp.org> ---
It needed this followup patch for older setups:

commit 4b39d3343762c53419cf16118c74e0004f900e32
Author: Philippe Waroquiers <philippe.waroqui...@skynet.be>
Date:   Sat Aug 17 18:27:22 2019 +0200

    Fix compilation problem when __NR_preadv2 __NR_pwritev2 are undefined

    check_preadv2_pwritev2.c: In function main:
    check_preadv2_pwritev2.c:12:12: error: __NR_preadv2 undeclared (first use
in this function)
        syscall(__NR_preadv2, 0, NULL, 0, 0, 0);
                ^
    check_preadv2_pwritev2.c:12:12: note: each undeclared identifier is
reported only once for each function it appears in
    check_preadv2_pwritev2.c:15:12: error: __NR_pwritev2 undeclared (first use
in this function)
        syscall(__NR_pwritev2, 0, NULL, 0, 0, 0);

But I think it works OK now.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to