26cfd0d699
Win daily builds are failing since then. Also Jenkins is failing intermittently so it needs more investigation Revert "New UBSan failure with Firebird 3.0.11" This reverts commit345f8cc9de
. Revert "external/firebird: Reinstate UBSan function-type-mismatch fix" This reverts commitd5445a8c47
. Revert "mold: fatal: cannot open loader_path/../Debug/firebird" This reverts commitf2ba02eee9
. Revert "firebird: set -mmacosx-version-min to 10.15" This reverts commit6998eacf54
. Revert "tdf#134526 Firebird: upgrade to release 3.0.11" This reverts commit00eae23267
. Change-Id: Id4b0600965953051f6947f570c9b9a1f56044502 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162200 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
13 lines
288 B
Diff
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
|
|
|