mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Add another random function that does nothing to make the utils/ dir happy.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@258685 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2852,6 +2852,12 @@ struct timeval ast_tvsub(struct timeval a, struct timeval b)
|
||||
}
|
||||
#undef ONE_MILLION
|
||||
|
||||
void ast_mark_lock_failed(void *lock_addr);
|
||||
void ast_mark_lock_failed(void *lock_addr)
|
||||
{
|
||||
/* Pretend to do something. */
|
||||
}
|
||||
|
||||
/* stolen from pbx.c */
|
||||
#define VAR_BUF_SIZE 4096
|
||||
|
||||
|
Reference in New Issue
Block a user