Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / bin / lttng-sessiond / syscall.c
index b4f2e1eca92f2fb726aa774f8bc94f384bc2f000..eb81d67429a2d96ac6b062db40940988ad0dd58c 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <common/bitfield.h>
 #include <common/common.h>
 #include <common/kernel-ctl/kernel-ctl.h>
This page took 0.023914 seconds and 5 git commands to generate.