mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-31 14:50:34 +08:00
ITS#10296 lmdb: fix typo in prev commit
This commit is contained in:
parent
96bffc9202
commit
ac89f42433
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user