Main index | Section 2 | Options |
#include <unistd.h>
The close_range() system call deletes all open file descriptors between lowfd and highfd inclusive, clamped to the range of open file descriptors. Any errors encountered while closing file descriptors are ignored. There are currently no defined flags.
[EINVAL] | |
The highfd argument is lower than the lowfd argument. | |
[EINVAL] | |
An invalid flag was set. | |
CLOSEFROM (2) | April 12, 2020 |
Main index | Section 2 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.