Check for C++11 when building C++ probe providers
[lttng-ust.git] / include / lttng / ust-libc-wrapper.h
index 685ebfbdde5bea09e33d2dfd69077a2aead30648..0853997bd838f79b277cb7681dd4a34b6c5f897b 100644 (file)
@@ -20,6 +20,7 @@
  * function in liblttng-ust that is overridden by the one in
  * liblttng-ust-wrapper-libc when it's preloaded.
  */
-void lttng_ust_libc_wrapper_malloc_init(void);
+void lttng_ust_libc_wrapper_malloc_ctor(void)
+       __attribute__((constructor));
 
 #endif
This page took 0.022809 seconds and 4 git commands to generate.