mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-10 11:58:08 +00:00
Merge "show applications" from corydon76 (bug #2291)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3665 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -41,6 +41,7 @@ extern int ast_utils_init(void);
|
||||
|
||||
#ifdef LINUX
|
||||
#define ast_pthread_create pthread_create
|
||||
#define ast_strcasestr strcasestr
|
||||
#else
|
||||
/* Linux threads have a default 2MB stack size. */
|
||||
#ifndef PTHREAD_ATTR_STACKSIZE
|
||||
@@ -49,4 +50,6 @@ extern int ast_utils_init(void);
|
||||
extern int ast_pthread_create(pthread_t *thread, pthread_attr_t *attr, void *(*start_routine)(void *), void *data);
|
||||
#endif /* LINUX */
|
||||
|
||||
extern char *ast_strcasestr(const char *, const char *);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user