summaryrefslogtreecommitdiff
path: root/databases/lmdb/files/patch-mdb.c
blob: 5194cbbeb91a4a1c9dbeb837a36ebd698fd86328 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mdb.c.orig	2017-06-01 16:51:10 UTC
+++ mdb.c
@@ -125,6 +125,8 @@ typedef SSIZE_T	ssize_t;
 # define MDB_FDATASYNC		fsync
 #elif defined(ANDROID)
 # define MDB_FDATASYNC		fsync
+#elif defined(__FreeBSD_version) && __FreeBSD_version < 1101000
+# define MDB_FDATASYNC		fsync
 #endif
 
 #ifndef _WIN32