Fix: define _LGPL_SOURCE in C files
[lttng-tools.git] / src / common / compat / compat-poll.c
index 4893768a098543815207c90283eb9591d97a3a4a..32932448dfdb6816e372546788bc393ed917f924 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #define _GNU_SOURCE
+#define _LGPL_SOURCE
 #include <assert.h>
 #include <stdlib.h>
 #include <sys/resource.h>
This page took 0.02372 seconds and 5 git commands to generate.