mdbx: rework posix-lck.

Change-Id: Icdd61731424b0d591fd28da0468b9623d079c94a
This commit is contained in:
Leo Yuriev
2017-04-23 13:52:53 +03:00
parent 6b4f92b22e
commit 11ac6a02ff
2 changed files with 68 additions and 30 deletions

View File

@@ -63,5 +63,9 @@
#include <intrin.h>
#endif
#if defined(__i386__) || defined(__x86_64__)
#include <x86intrin.h>
#endif
#include "../mdbx.h"
#include "../src/defs.h"