Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
Closed
Description
Feature or enhancement
Proposal:
It's used to query and copy a target file descriptor. for example:
import fcntlf = /* open a file */;/* 'ret' must be greater equal than 5 */ret = fcntl.fcntl(fd, F_DUPFD_QUERY, 5);
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response