Skip to content
Snippets Groups Projects
Commit 8fa6eaba authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent e4d1b39b
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment