-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
renameat_with
with flags on Android. (#892)
When `renameat_with` is passed non-zero flags, fall back to the `syscall!` macro on ABIs such as Android where libc has a `renameat` but not a `renameat2`. Fixes Stebalien/tempfile#259.
- Loading branch information
1 parent
ff9c7fb
commit e2314b7
Showing
1 changed file
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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