mirror of
https://github.com/isar/libmdbx.git
synced 2025-11-07 07:18:56 +08:00
mdbx: re-verify atomic-ops and remove mo_SequentialConsistency.
This commit is contained in:
@@ -218,8 +218,8 @@ extern LIBMDBX_API const char *const mdbx_sourcery_anchor;
|
||||
|
||||
enum MDBX_memory_order {
|
||||
mo_Relaxed,
|
||||
mo_AcquireRelease,
|
||||
mo_SequentialConsistency
|
||||
mo_AcquireRelease
|
||||
/* , mo_SequentialConsistency */
|
||||
};
|
||||
|
||||
typedef union {
|
||||
|
||||
Reference in New Issue
Block a user