cleanup: function attribute 'constructor'
[lttng-ust.git] / include / lttng / ust-libc-wrapper.h
index 685ebfbdde5bea09e33d2dfd69077a2aead30648..2eaf5dc6d4c7016827f6ff0928fea0c1e11ace65 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_init(void)
+       __attribute__((constructor));
 
 #endif
This page took 0.022992 seconds and 4 git commands to generate.