mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 21:23:03 +01:00
And link mmap_anon hear
This commit is contained in:
parent
966ea3a822
commit
e8bf5420cf
@ -81,9 +81,10 @@ static const int BEFORE_RED_ZONE_SIZE = 3; // The size of the red zone BEFORE
|
||||
static const int AFTER_RED_ZONE_SIZE = 3; // The size of the red zone AFTER the memory,
|
||||
// in ALLOCATION UNITS! Does NOT need to be set to
|
||||
#if (defined SOLARIS )
|
||||
extern UCHAR* mmap_anon(SLONG);
|
||||
|
||||
#include "../../jrd/gds_proto.h"
|
||||
// extern UCHAR* mmap_anon(SLONG);
|
||||
#endif
|
||||
// 0 if red zones are disabled.
|
||||
|
||||
// Helper function to reduce code size, since many compilers
|
||||
// generate quite a bit of code at the point of the throw.
|
||||
|
Loading…
Reference in New Issue
Block a user