aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-22 22:19:34 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-04-22 22:19:34 +0000
commit4c0b5821bec5576d7cef19a05b1a849e264f13e3 (patch)
tree8ccadbfe02ee6b495d2896acd551eb11cd5be1f9 /utils
parent7209afbe01d26e5f97878f16e15b34c41db75f25 (diff)
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
Diffstat (limited to 'utils')
-rw-r--r--utils/extconf.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/extconf.c b/utils/extconf.c
index 826d22ca4..c653f3176 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