You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- replace libc::renameat2() with libc::syscall() for broader compatibility
- define syscall numbers manually for multiple architectures
- update conditional compilation to support all Linux environments
- expand test coverage for additional architectures
added changelog entry for renameat2 support
rust fmt
handle all linux archs instead of explictly defining them
0 commit comments