mirror of
https://github.com/restic/restic.git
synced 2026-04-10 23:28:51 +00:00
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.
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.