From: Howard Chu Date: Mon, 28 Dec 2015 19:37:42 +0000 (+0000) Subject: MDB_VL32 tweak prev commit X-Git-Tag: accepted/tizen/5.0/unified/20181102.030725~103 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3852f29af4c38ba7c91d7d3956577f980885cab;p=platform%2Fupstream%2Flmdb.git MDB_VL32 tweak prev commit --- diff --git a/libraries/liblmdb/lmdb.h b/libraries/liblmdb/lmdb.h index 587a44e..d616cab 100644 --- a/libraries/liblmdb/lmdb.h +++ b/libraries/liblmdb/lmdb.h @@ -176,7 +176,7 @@ typedef mode_t mdb_mode_t; #ifdef MDB_VL32 typedef uint64_t mdb_size_t; -#define mdb_env_create(env) mdb_env_create_vl32(env) /**< Prevent mixing with non-VL32 builds */ +#define mdb_env_create mdb_env_create_vl32 /**< Prevent mixing with non-VL32 builds */ #else typedef size_t mdb_size_t; #endif