From f59e552e755f35c0278eaebd27a0dacb10914551 Mon Sep 17 00:00:00 2001 From: rafjaf Date: Sun, 20 Jul 2025 18:24:34 +0200 Subject: darwin: syscallcompat: add RenameatxNp plus flags 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2e2743f..73b7357 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,6 @@ gocryptfs.1 # Source tarball version. Should never be committed to git. /VERSION + +# Ignore macos specific files +.DS_Store \ No newline at end of file -- cgit v1.2.3