dect
/
asterisk
Archived
13
0
Fork 0

Add another random function that does nothing to make the utils/ dir happy.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@258685 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
qwell 2010-04-22 22:19:34 +00:00
parent 7209afbe01
commit 4c0b5821be
1 changed files with 6 additions and 0 deletions

View File

@ -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