Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / testpoint / testpoint.c
index 6893a4112c55ce302a9b4436a1f00c958f84599c..144323e6f84d3fb5d4d2f3e6be01dd1be7d41ee1 100644 (file)
@@ -18,6 +18,7 @@
 #ifndef NTESTPOINT
 
 #define _GNU_SOURCE /* for RTLD_DEFAULT GNU extension */
+#define _LGPL_SOURCE
 #include <dlfcn.h>  /* for dlsym   */
 #include <stdlib.h> /* for getenv  */
 #include <string.h> /* for strncmp */
This page took 0.024528 seconds and 5 git commands to generate.