Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / kernel.c
index 00bfbbc2be5400d460e2c7dd7c273335f7d444b4..b7426972c7991a9b1759c3c8b479f0def6eecf73 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <errno.h>
 #include <fcntl.h>
 #include <stdlib.h>
This page took 0.026727 seconds and 5 git commands to generate.