freebsd adding execvpe support from 14.1 release#3745
Merged
tgross35 merged 1 commit intorust-lang:mainfrom Aug 13, 2024
Merged
freebsd adding execvpe support from 14.1 release#3745tgross35 merged 1 commit intorust-lang:mainfrom
tgross35 merged 1 commit intorust-lang:mainfrom
Conversation
Collaborator
|
r? @JohnTitor rustbot has assigned @JohnTitor. Use |
tgross35
reviewed
Aug 12, 2024
| pub fn close_range(lowfd: ::c_uint, highfd: ::c_uint, flags: ::c_int) -> ::c_int; | ||
|
|
||
| pub fn execvpe( | ||
| name: *const ::c_char, |
Contributor
There was a problem hiding this comment.
This is called file per https://man.freebsd.org/cgi/man.cgi?query=execvp
Contributor
|
Changes look good to me with one nit. Could you target |
Contributor
|
Thanks! |
tgross35
approved these changes
Aug 13, 2024
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 17, 2024
(backport <rust-lang#3745>) (cherry picked from commit 67d062f)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Aug 17, 2024
(backport <rust-lang#3745>) [resolve conflicts - Trevor] (cherry picked from commit 67d062f)
AkhilTThomas
pushed a commit
to AkhilTThomas/libc
that referenced
this pull request
Feb 5, 2025
(backport <rust-lang#3745>) [resolve conflicts - Trevor] (cherry picked from commit 67d062f)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close #3730