From 293d6bb47f7f0d54a45d57ce2be3a9595e806dc0 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 8 Jan 2015 11:43:57 +0000 Subject: [PATCH] Note MDB_SAFE_FDATASYNC --- libraries/liblmdb/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/liblmdb/Makefile b/libraries/liblmdb/Makefile index bca5cd3..90e4e21 100644 --- a/libraries/liblmdb/Makefile +++ b/libraries/liblmdb/Makefile @@ -11,6 +11,7 @@ # - MDB_USE_POSIX_SEM # - MDB_DSYNC # - MDB_FDATASYNC +# - MDB_SAFE_FDATASYNC # - MDB_USE_PWRITEV # # There may be other macros in mdb.c of interest. You should -- 2.7.4