From: Howard Chu Date: Wed, 19 Feb 2025 09:15:27 +0000 (+0000) Subject: ITS#10296 lmdb: fix typo in prev commit X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac89f42433bfcc8ffb62665d2364ce8b072975d5;p=thirdparty%2Fopenldap.git ITS#10296 lmdb: fix typo in prev commit --- diff --git a/libraries/liblmdb/mdb.c b/libraries/liblmdb/mdb.c index 25307144ed..fcc66aae52 100644 --- a/libraries/liblmdb/mdb.c +++ b/libraries/liblmdb/mdb.c @@ -129,7 +129,7 @@ typedef SSIZE_T ssize_t; #elif defined(__APPLE__) || defined (BSD) || defined(__FreeBSD_kernel__) # define MDB_USE_POSIX_SEM 1 # if defined(__APPLE__) -# define MDB_FDATASYNC fcntl(fd, F_FULLSYNC) +# define MDB_FDATASYNC fcntl(fd, F_FULLFSYNC) # else # define MDB_FDATASYNC fsync # endif