mirror of
https://github.com/restic/restic.git
synced 2026-05-01 16:52:29 +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.