mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-10 03:48:34 +00:00
Support > 300 threads on x86-32 and other 32-bit systems
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5123 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -160,6 +160,8 @@ struct ast_realloca {
|
||||
#endif
|
||||
#define inet_ntoa __dont__use__inet_ntoa__use__ast_inet_ntoa__instead__
|
||||
|
||||
#define AST_STACK_SIZE 128 * 1024
|
||||
|
||||
#ifdef __linux__
|
||||
#define ast_pthread_create pthread_create
|
||||
#define ast_strcasestr strcasestr
|
||||
|
||||
Reference in New Issue
Block a user