8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00
This commit is contained in:
paulbeach 2015-06-12 09:04:04 +00:00
parent b0ea7e23f5
commit db90283f65

View File

@ -181,7 +181,7 @@ void ThreadStart::start(ThreadEntryPoint* routine,
if (state)
Firebird::system_call_failed::raise("pthread_attr_init", state);
#if defined(_AIX) || defined(DARWIN) || defined (HPUX)
#if defined(_AIX) || defined(DARWIN) || defined(HPUX)
// adjust stack size
// For AIX 32-bit compiled applications, the default stacksize is 96 KB,