]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#10296 lmdb: fix typo in prev commit
authorHoward Chu <hyc@openldap.org>
Wed, 19 Feb 2025 09:13:46 +0000 (09:13 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 19 Feb 2025 09:13:46 +0000 (09:13 +0000)
libraries/liblmdb/mdb.c

index 7d66b6cca34e6948bfe04ba7f47707e8cbf6ee43..1cfc3ae2ca6d5c31da2d20276fe70320b8b17ff3 100644 (file)
@@ -168,7 +168,7 @@ typedef SSIZE_T     ssize_t;
 # define MDB_USE_SYSV_SEM      1
 # endif
 # if defined(__APPLE__)
-# define MDB_FDATASYNC(fd)             fcntl(fd, F_FULLSYNC)
+# define MDB_FDATASYNC(fd)             fcntl(fd, F_FULLFSYNC)
 # else
 # define MDB_FDATASYNC         fsync
 # endif