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

@@ -647,5 +647,11 @@ void ast_store_lock_info(enum ast_lock_type type, const char *filename,
{
}
#endif /* HAVE_BKTR */
void ast_suspend_lock_info(void *lock_addr)
{
}
void ast_restore_lock_info(void *lock_addr)
{
}
#endif /* !defined(LOW_MEMORY) */
#endif /* DEBUG_THREADS */