Fixed utils directory breakage from r398648

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@398748 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David M. Lee
2013-09-10 17:22:23 +00:00
parent d5cfb62d89
commit 81f1dc6cf6
3 changed files with 19 additions and 0 deletions

View File

@@ -105,6 +105,12 @@ void ast_remove_lock_info(void *lock_addr)
}
#endif /* HAVE_BKTR */
void ast_suspend_lock_info(void *lock_addr)
{
}
void ast_restore_lock_info(void *lock_addr)
{
}
void ast_mark_lock_acquired(void *);
void ast_mark_lock_acquired(void *foo)
{
@@ -112,6 +118,7 @@ void ast_mark_lock_acquired(void *foo)
}
#endif
static int global_lineno = 1;
static int global_expr_count=0;
static int global_expr_max_size=0;