-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-127385: Add F_DUPFD_QUERY
to fcntl
#127386
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is trying to do too many things. I don't really see the need for the switch to a new macro, but if we do end up doing that, it should be in another PR. Please revert that and keep this focused on the one new macro.
@ZeroIntensity |
The requested changes were addressed
@rruuaanng, please take Peter's words into account for future contributions. That piece of advice is also spelled out in the devguide. |
I'll land this in a day or two. |
Yes, So I've completed his suggestion. I almost forgot it in the process :) |
F_DUPFD_QUERY
to fcntl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you :)
Hold on, I need to add a document for fcntl, and I found the addition log in the existing documentation. And I confirmed that there is no corresponding document for my other PR |
F_DUPFD_QUERY
tofcntl
#127385