mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
Typo
This commit is contained in:
parent
b0ea7e23f5
commit
db90283f65
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user