X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust-libc-wrapper%2Flttng-ust-malloc.c;h=54b40e6a0a9546cbada853974994ddaf8fdac82e;hb=b4c8bf2f2320b7a2d19dec6addda5d6d2aa227a3;hp=694eed172fdedc87fb713198cd0b56019f1ba3e5;hpb=864a1eda22ed99266509ac76451c6f27f91aa17e;p=lttng-ust.git diff --git a/liblttng-ust-libc-wrapper/lttng-ust-malloc.c b/liblttng-ust-libc-wrapper/lttng-ust-malloc.c index 694eed17..54b40e6a 100644 --- a/liblttng-ust-libc-wrapper/lttng-ust-malloc.c +++ b/liblttng-ust-libc-wrapper/lttng-ust-malloc.c @@ -19,8 +19,8 @@ #include #include #include -#include #include +#include "ust-compat.h" #define TRACEPOINT_DEFINE #define TRACEPOINT_CREATE_PROBES @@ -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) {