summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5Cjournal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Cjournal.c b/src/H5Cjournal.c
index 028f485..239339a 100644
--- a/src/H5Cjournal.c
+++ b/src/H5Cjournal.c
@@ -7308,7 +7308,7 @@ H5C_jb__init(H5C_jbrb_t * struct_ptr,
struct_ptr->aio_ctl_blks = NULL;
struct_ptr->aio_next_buf_offset = (off_t)0;
/* Comment this out to work on the Mac, currently */
-#if 0
+#if 1
struct_ptr->use_aio_fsync = use_aio;
#else
struct_ptr->use_aio_fsync = FALSE;