mirror of
https://github.com/restic/restic.git
synced 2026-06-30 20:44:18 +00:00
0a1ce4f207
We switched from atomics to a mutex in #3189 because of an alignment bug, but the new-style atomic types don't need manual alignment.