mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Fixed utils directory breakage from r398648
........ Merged revisions 398748 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 398749 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 398750 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@398751 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -777,5 +777,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 */
|
||||
|
Reference in New Issue
Block a user