summaryrefslogtreecommitdiff
path: root/internal/syscallcompat/rename_exchange_test.go
AgeCommit message (Collapse)Author
2025-08-07darwin: syscallcompat: add RenameatxNp plus flagsrafjaf
Fix macos file saving problem by implementing RENAME_EXCHANGE flag. With test. The dummy value for RENAME_WHITEOUT collides with the new flags. Move it wayyy up. https://github.com/rfjakob/gocryptfs/issues/914