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

Add fexecve() to DragonFly #2467

Merged
merged 1 commit into from Oct 21, 2021
Merged

Add fexecve() to DragonFly #2467

merged 1 commit into from Oct 21, 2021

Conversation

rtzoeller
Copy link
Contributor

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

@rust-highfive
Copy link

r? @Amanieu

(rust-highfive has picked a reviewer for you, use r? to override)

Ignore fexecve signature mismatch, as with other execv variants.
@JohnTitor
Copy link
Member

Thanks! r? @JohnTitor @bors r+

@bors
Copy link
Contributor

bors commented Oct 20, 2021

📌 Commit 6f0857d has been approved by JohnTitor

@bors
Copy link
Contributor

bors commented Oct 21, 2021

⌛ Testing commit 6f0857d with merge 1045d01...

@bors
Copy link
Contributor

bors commented Oct 21, 2021

☀️ Test successful - checks-actions, checks-cirrus-freebsd-11, checks-cirrus-freebsd-12, checks-cirrus-freebsd-13
Approved by: JohnTitor
Pushing 1045d01 to master...

@bors bors merged commit 1045d01 into rust-lang:master Oct 21, 2021
@rtzoeller rtzoeller deleted the dfly_fexecve branch October 21, 2021 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants