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

DragonFly 6.0 added fexecve(2) #1577

Merged
merged 1 commit into from Dec 22, 2021
Merged

Conversation

rtzoeller
Copy link
Collaborator

Enable fexecve() on DragonFly, as it was added in the 6.0 release.

@rtzoeller
Copy link
Collaborator Author

rtzoeller commented Oct 20, 2021

I need to update the changelog.

bors added a commit to rust-lang/libc that referenced this pull request Oct 21, 2021
Add fexecve() to DragonFly

DragonFly 6.0 added support for `fexecve(2)`.

Implementing it with a mismatched signature from what C exposes, as outlined in #1272, for consistency with other platforms.

Tested with nix-rust/nix#1577
@asomers
Copy link
Member

asomers commented Nov 16, 2021

Looks good, apart from the CHANGELOG.

@asomers asomers added this to the 0.24.0 milestone Nov 16, 2021
@asomers
Copy link
Member

asomers commented Dec 21, 2021

@rtzoeller needs a rebase

@rtzoeller rtzoeller marked this pull request as ready for review December 21, 2021 22:04
@rtzoeller
Copy link
Collaborator Author

@asomers I went ahead and bumped to the latest libc, since this PR needed a newer libc, a few other PRs modify it, and whichever is merged first should get it out of the way. This is the one.

@rtzoeller
Copy link
Collaborator Author

bors r+

@bors bors bot merged commit 3e952d3 into nix-rust:master Dec 22, 2021
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.

None yet

2 participants