Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / pipe.c
index 5e2fc6c392b6a5734cebfa28dee50881a3f0f05f..09e905de4fb64f1819a9cf5b3b8cdfc6281c015b 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <fcntl.h>
 #include <unistd.h>
This page took 0.023342 seconds and 4 git commands to generate.