1
0
Fork 0
libreoffice/external/firebird/firebird-macosx-sandbox.patch.1
Daniel Baumann 8e63e14cf6
Adding upstream version 4:25.2.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:20:04 +02:00

13 lines
288 B
Diff

-*- 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