Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / ust-thread.c
index 080afa53a692487d2e7bc12f29ae0bee9c932f72..d92c1f9082882b428886edf8df89d31e10ee713b 100644 (file)
@@ -15,6 +15,7 @@
  * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 
 #include <common/common.h>
This page took 0.022295 seconds and 4 git commands to generate.