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

Paul Floyd <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected]             |[email protected]

--- Comment #1 from Paul Floyd <[email protected]> ---
A small reproducer:

#include <unistd.h>
#include <cstdio>
#include <cerrno>
#include <linux/close_range.h>

int main(void)
{
    if (close_range(2, ~0U, 0) == -1)
    {
        perror("close_range failed:");
    }
}

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

Reply via email to