aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/check_expr.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/utils/check_expr.c b/utils/check_expr.c
index 5c2144c12..e533e381a 100644
--- a/utils/check_expr.c
+++ b/utils/check_expr.c
@@ -100,6 +100,13 @@ void ast_remove_lock_info(void *lock_addr, struct ast_bt *bt)
{
/* not a lot to do in a standalone w/o threading! */
}
+
+int ast_bt_get_addresses(struct ast_bt *bt);
+int ast_bt_get_addresses(struct ast_bt *bt)
+{
+ /* Suck it, you stupid utils directory! */
+ return 0;
+}
#else
void ast_store_lock_info(enum ast_lock_type type, const char *filename,
int line_num, const char *func, const char *lock_name, void *lock_addr);
@@ -123,13 +130,6 @@ void ast_mark_lock_acquired(void *foo)
}
#endif
-int ast_bt_get_addresses(struct ast_bt *bt);
-int ast_bt_get_addresses(struct ast_bt *bt)
-{
- /* Suck it, you stupid utils directory! */
- return 0;
-}
-
static int global_lineno = 1;
static int global_expr_count=0;
static int global_expr_max_size=0;