ITS#10296 lmdb: fix typo in prev commit

This commit is contained in:
Howard Chu 2025-02-19 09:13:46 +00:00
parent fc757af206
commit 9ec98ca00e

View file

@ -171,7 +171,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