https://bugs.kde.org/show_bug.cgi?id=471222
Paul Floyd <pjfl...@wanadoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pjfl...@wanadoo.fr --- Comment #5 from Paul Floyd <pjfl...@wanadoo.fr> --- Do you need a feature test for close_range (is it available on older Linux systems)?. I don't think that macOS or Solaris have it. On FreeBSD it's fairly recent, though it has been backported so I'm not certain exactly which versions have it. I need to check if it's in the upcoming 13.3 and whether it was in 13.2 or not. +#include <linux/close_range.h> ^^^ will require conditional compilation. close_range is in unistd.h on FreeBSD. -- You are receiving this mail because: You are watching all bug changes.