summaryrefslogtreecommitdiff
path: root/utils/refcounter.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/refcounter.c')
-rw-r--r--utils/refcounter.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/refcounter.c b/utils/refcounter.c
index fab906c50..2f17b9c85 100644
--- a/utils/refcounter.c
+++ b/utils/refcounter.c
@@ -310,4 +310,13 @@ void *__ast_bt_destroy(struct ast_bt *bt)
{
return NULL;
}
+
+void ast_log_backtrace(void)
+{
+}
+
+int ast_register_atexit(void (*func)(void))
+{
+ return 0;
+}
#endif