mdbx: workaround for older stdatomic.h versions, where the ATOMIC_*_LOCK_FREE macros mistakenly redefined using functions (backport).

This commit is contained in:
Леонид Юрьев (Leonid Yuriev)
2022-10-13 17:36:53 +03:00
parent 7b60363a31
commit 2684c89d91
3 changed files with 9 additions and 28 deletions

View File

@@ -6,6 +6,8 @@ ChangeLog
Fixes:
- Fixed builds with older libc versions after using `fcntl64()` (backport).
- Fixed builds with older `stdatomic.h` versions,
where the `ATOMIC_*_LOCK_FREE` macros mistakenly redefined using functions (backport).
## v0.11.12 (Эребуни) at 2022-10-12