Fix: missing _GNU_SOURCE define
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 4 Jan 2016 22:31:57 +0000 (17:31 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 5 Jan 2016 16:52:22 +0000 (11:52 -0500)
O_CLOEXEC requires _GNU_SOURCE.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-elf.c

index dcae966ca2b815513b2b0a2d04c89d714174bbae..e90626906b6ea72c24d19bbcd4a3b7cee92e0821 100644 (file)
@@ -16,6 +16,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
+#define _GNU_SOURCE
 #include <helper.h>
 #include <string.h>
 #include <lttng/align.h>
This page took 0.026277 seconds and 5 git commands to generate.