mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 16:33:34 +00:00
yeah... so... compiling before committing seems like it might be a good idea
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49579 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -182,7 +182,7 @@ void *ast_threadstorage_get(struct ast_threadstorage *ts, size_t init_size),
|
||||
)
|
||||
#else /* defined(DEBUG_THREADLOCALS) */
|
||||
AST_INLINE_API(
|
||||
void *__ast_threadstorage_get(struct ast_threadstorage *ts, size_t init_size),
|
||||
void *__ast_threadstorage_get(struct ast_threadstorage *ts, size_t init_size, const char *file, const char *function, unsigned int line),
|
||||
{
|
||||
void *buf;
|
||||
|
||||
|
Reference in New Issue
Block a user