From: Jason Parker Date: Thu, 22 Apr 2010 22:19:34 +0000 (+0000) Subject: Add another random function that does nothing to make the utils/ dir happy. X-Git-Tag: 11.0.0-beta1~3128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b65e2b6f98369c940e7b6a3726c06d99e81bb499;p=thirdparty%2Fasterisk.git 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 --- diff --git a/utils/extconf.c b/utils/extconf.c index 826d22ca48..c653f3176c 100644 --- a/utils/extconf.c +++ b/utils/extconf.c @@ -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