summaryrefslogtreecommitdiffstats
path: root/tdb/common/transaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'tdb/common/transaction.c')
-rw-r--r--tdb/common/transaction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdb/common/transaction.c b/tdb/common/transaction.c
index 4e2127be6..7acda640c 100644
--- a/tdb/common/transaction.c
+++ b/tdb/common/transaction.c
@@ -563,7 +563,7 @@ static int transaction_sync(struct tdb_context *tdb, tdb_off_t offset, tdb_len_t
TDB_LOG((tdb, TDB_DEBUG_FATAL, "tdb_transaction: fsync failed\n"));
return -1;
}
-#ifdef MS_SYNC
+#ifdef HAVE_MMAP
if (tdb->map_ptr) {
tdb_off_t moffset = offset & ~(tdb->page_size-1);
if (msync(moffset + (char *)tdb->map_ptr,