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

Paul Floyd <pjfl...@wanadoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|jsew...@acm.org             |pjfl...@wanadoo.fr

--- Comment #1 from Paul Floyd <pjfl...@wanadoo.fr> ---
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