mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Fix a linkage error related to the lock backtrace support
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@118695 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -123,6 +123,13 @@ void ast_mark_lock_acquired(void *foo)
|
||||
}
|
||||
#endif
|
||||
|
||||
int ast_bt_get_addresses(struct ast_bt *bt);
|
||||
int ast_bt_get_addresses(struct ast_bt *bt)
|
||||
{
|
||||
/* Suck it, you stupid utils directory! */
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int global_lineno = 1;
|
||||
static int global_expr_count=0;
|
||||
static int global_expr_max_size=0;
|
||||
|
Reference in New Issue
Block a user