repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid potential negative array index access to cached text.
[LibreOffice.git]
/
external
/
firebird
/
firebird-macosx-sandbox.patch.1
blob
3bf246c682babb64ea90fa247a2a4b75708e71cf
1
-*- Mode: Diff -*-
2
3
--- firebird/src/common/isc_s_proto.h
4
+++ firebird/src/common/isc_s_proto.h
5
@@ -37,6 +37,8 @@
6
// Firebird platform-specific synchronization data structures
7
8
#if defined(DARWIN)
9
+#define USE_POSIX_SEMAPHORE
10
+#define USE_SHARED_FUTEX
11
#define USE_FILELOCKS
12
#endif
13