feat(redox): add renameat2 and RENAME_NOREPLACE#4968
Merged
JohnTitor merged 2 commits intorust-lang:mainfrom Feb 12, 2026
Merged
feat(redox): add renameat2 and RENAME_NOREPLACE#4968JohnTitor merged 2 commits intorust-lang:mainfrom
renameat2 and RENAME_NOREPLACE#4968JohnTitor merged 2 commits intorust-lang:mainfrom
Conversation
Signed-off-by: Anhad Singh <[email protected]>
Signed-off-by: Anhad Singh <[email protected]>
JohnTitor
approved these changes
Feb 12, 2026
Member
JohnTitor
left a comment
There was a problem hiding this comment.
LGTM! Waiting for the target maintainer.
jackpot51
approved these changes
Feb 12, 2026
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Feb 13, 2026
Signed-off-by: Anhad Singh <[email protected]> (backport <rust-lang#4968>) (cherry picked from commit 5a68089)
tgross35
pushed a commit
to tgross35/rust-libc
that referenced
this pull request
Feb 13, 2026
Signed-off-by: Anhad Singh <[email protected]> (backport <rust-lang#4968>) (cherry picked from commit c6900b7)
Merged
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Feb 13, 2026
Signed-off-by: Anhad Singh <[email protected]> (backport <#4968>) (cherry picked from commit 5a68089)
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Feb 13, 2026
Signed-off-by: Anhad Singh <[email protected]> (backport <#4968>) (cherry picked from commit c6900b7)
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.
Description
Adds
renameat2andRENAME_NOREPLACEfor Redox.Sources
renameat2: https://gitlab.redox-os.org/redox-os/relibc/-/blob/0bbaadf2ce96ae7374e0196cbb70f39fe63aa89d/src/header/stdio/mod.rs#L1184RENAME_NOREPLACE: https://gitlab.redox-os.org/redox-os/relibc/-/blob/0bbaadf2ce96ae7374e0196cbb70f39fe63aa89d/src/header/stdio/constants.rs#L30Checklist
libc-test/semverhave been updated*LASTor*MAXareincluded (see #3131)
cd libc-test && cargo test --target mytarget);especially relevant for platforms that may not be checked in CI
@rustbot label +stable-nominated
CC @jackpot51