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

--- Comment #16 from Mark Wielaard <m...@klomp.org> ---
(In reply to Paul Floyd from comment #13)
> I had to modify double_close_range.c and socket_close.c like this
> 
> #if defined(__linux__)
> #include <linux/close_range.h>
> #endif
> 
> I get 3 new failures
> 
> The first one has two things. Line number changes because of the Linux
> header. close/_close needs filtering.

I added that to none/tests/double_close_range.c
none/tests/socket_close.c doesn't need it, since it doesn't use any of the
constants.
I did it so the expected line numbers stay the same (removed two unused
headers, added an extra line of whitespace)

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

Reply via email to