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

--- Comment #8 from Mark Wielaard <m...@klomp.org> ---
BTW. In that testcase memcheck/tests/freebsd/close_range.c it has:

/* It looks like close_range was initially implemented for FreeBSD 13
 * but without CLOSE_RANGE_CLOEXEC
 * That implementation got back ported to FreeBSD 12.2
 * And then CLOSE_RANGE_CLOEXEC added to 13 but not backported
 * so 12 has close_range but not CLOSE_RANGE_CLOEXEC */
#if !defined(CLOSE_RANGE_CLOEXEC)
#define CLOSE_RANGE_CLOEXEC 1
#endif

Shouldn't that be 0 instead of 1?
Real CLOSE_RANGE_CLOEXEC is 4.
What does 1 mean in this case?

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

Reply via email to