Skip to content
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

feat: AT_EMPTY_PATH for linkat() #2284

Merged
merged 3 commits into from
Jan 8, 2024
Merged

Conversation

SteveLauC
Copy link
Member

What does this PR do

Picks up #1895, add AT_EMPTY_PATH for linkat().

Closes #1895
Closes #1884

Checklist:

  • I have read CONTRIBUTING.md
  • I have written necessary tests and rustdoc comments
  • A change log has been added if this PR modifies nix's API

@@ -0,0 +1 @@
The `LinkatFlags` type has been deprecated, please use `AtFlags` instead.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These file names are wrong. They should have 2284 in the name, not 2283.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching it!

@SteveLauC SteveLauC added this pull request to the merge queue Jan 8, 2024
Merged via the queue into nix-rust:master with commit 3554102 Jan 8, 2024
35 checks passed
@SteveLauC SteveLauC deleted the pick_1895 branch January 8, 2024 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

expose AT_EMPTY_PATH flag with linkat / LinkatFlags
2 participants