Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / compat / compat-fcntl.c
index b462fd76c9c77fa8c15e60b3ae2b5a221f9fe38e..527abd857f8f47605765838ae8feb031d10d3790 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <common/compat/fcntl.h>
 #include <unistd.h>
 
This page took 0.023724 seconds and 4 git commands to generate.