Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / daemonize.c
index a8e290603091328e23012d8d39ffda79574d0231..b9d0b03faeed08c100ec0d0587030e30817c1d1a 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <unistd.h>
 #include <paths.h>
 #include <fcntl.h>
This page took 0.024712 seconds and 5 git commands to generate.