Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / compat / compat-epoll.c
index 368fae19f6c3615b00760ce99b07d0b3250c7cf1..29bd2f868ed38e1e6253b8841f2326025cb8c644 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <fcntl.h>
 #include <limits.h>
This page took 0.02282 seconds and 4 git commands to generate.