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

@@ -33,7 +33,6 @@
#include <stdlib.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <malloc.h>