Duplicates the file descriptor so that the duplicated one has a minimum value.
fn duplicate_min(&self, min: i32) -> Result<Self, Errno>
| Name | Description |
|---|---|
| min | The minimum value of the new file descriptor. |
The close on exec flag will automatically be set on the new file descriptor.
fcntl(2) and F_DUPFD_CLOEXEC therein