Expose liblttng-libc-wrapper malloc ctor in public header
[lttng-ust.git] / liblttng-ust-libc-wrapper / lttng-ust-malloc.c
index be13f214480bfb09402b25d3328fd36c69d3e2b6..54b40e6a0a9546cbada853974994ddaf8fdac82e 100644 (file)
@@ -415,7 +415,7 @@ void lttng_ust_fixup_malloc_nesting_tls(void)
 }
 
 __attribute__((constructor))
-void lttng_ust_malloc_wrapper_init(void)
+void lttng_ust_libc_wrapper_malloc_init(void)
 {
        /* Initialization already done */
        if (cur_alloc.calloc) {
This page took 0.023206 seconds and 4 git commands to generate.