closefrom: Use close_range() on Linux when available
Linux 5.9 adds a close_range()
syscall, which can be used to provide a more efficient closefrom()
.
Edited by cptpcrd
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Linux 5.9 adds a close_range()
syscall, which can be used to provide a more efficient closefrom()
.