mdbx: add mdbx_osal.h with platform-like err codes.

This commit is contained in:
Leo Yuriev
2017-04-24 15:45:20 +03:00
parent f7507110ef
commit 2e54210e79
7 changed files with 265 additions and 232 deletions

View File

@@ -42,7 +42,7 @@ LIBRARIES := libmdbx.a libmdbx.so
TOOLS := mdbx_stat mdbx_copy mdbx_dump mdbx_load mdbx_chk
MANPAGES := mdbx_stat.1 mdbx_copy.1 mdbx_dump.1 mdbx_load.1
MDBX_SRC := mdbx.h $(addprefix src/, mdbx.c osal.c lck-posix.c defs.h bits.h osal.h midl.h)
MDBX_SRC := mdbx.h mdbx_osal.h $(addprefix src/, mdbx.c osal.c lck-posix.c defs.h bits.h osal.h midl.h)
.PHONY: mdbx all install clean check coverage