mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 20:10:11 -05:00
ITS#10434 lmdb: fix typo on MacOSX
This commit is contained in:
parent
03d56d5380
commit
33ca271e8a
1 changed files with 1 additions and 1 deletions
|
|
@ -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_FULLFSYNC)
|
||||
# define MDB_FDATASYNC(fd) fcntl(fd, F_FULLFSYNC)
|
||||
# else
|
||||
# define MDB_FDATASYNC fsync
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue