mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ITS#8554 kFreeBSD is like BSD
Doesn't have POSIX robust mutexes - GNU userland on BSD kernel
This commit is contained in:
parent
4bc270a2cb
commit
2e3eaf2ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ typedef SSIZE_T ssize_t;
|
|||
#include <resolv.h> /* defines BYTE_ORDER on HPUX and Solaris */
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__) || defined (BSD)
|
||||
#if defined(__APPLE__) || defined (BSD) || defined(__FreeBSD_kernel__)
|
||||
# if !(defined(MDB_USE_POSIX_MUTEX) || defined(MDB_USE_POSIX_SEM))
|
||||
# define MDB_USE_SYSV_SEM 1
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue