Skip to content

refactor: unistd::close() does not need to be unsafe #2495

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

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

SteveLauC
Copy link
Member

What does this PR do

libc::close(2) will return EBADF when there is a double-close, so our Rusty wrapper does not need to be unsafe. I guess my mind was dizzy when I originally modified this interface.

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

    No changelog is needed as this change has not been released yet.

@SteveLauC SteveLauC enabled auto-merge September 9, 2024 07:26
@SteveLauC SteveLauC added this pull request to the merge queue Sep 9, 2024
Merged via the queue into nix-rust:master with commit 65d90b9 Sep 9, 2024
38 checks passed
@SteveLauC SteveLauC deleted the refactor/safe_close branch September 9, 2024 07:45
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.

1 participant