Avoid potential negative array index access to cached text.
[LibreOffice.git] / external / firebird / firebird-macosx-sandbox.patch.1
blob3bf246c682babb64ea90fa247a2a4b75708e71cf
1 -*- Mode: Diff -*-
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