blob: 3bf246c682babb64ea90fa247a2a4b75708e71cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
-*- Mode: Diff -*-
--- firebird/src/common/isc_s_proto.h
+++ firebird/src/common/isc_s_proto.h
@@ -37,6 +37,8 @@
// Firebird platform-specific synchronization data structures
#if defined(DARWIN)
+#define USE_POSIX_SEMAPHORE
+#define USE_SHARED_FUTEX
#define USE_FILELOCKS
#endif
|