Fix missing _GNU_SOURCE define
[lttng-tools.git] / src / common / compat / compat-poll.c
index 51bf22c865ddd6dff74359e39e54e5a8adf22e94..5aae4c4491bc95c8581204ef68326de98876f52d 100644 (file)
@@ -15,6 +15,7 @@
  * Place - Suite 330, Boston, MA  02111-1307, USA.
  */
 
+#define _GNU_SOURCE
 #include <stdlib.h>
 #include <sys/resource.h>
 #include <sys/time.h>
This page took 0.024113 seconds and 5 git commands to generate.