From: Jérémie Galarneau Date: Thu, 12 Nov 2015 21:41:33 +0000 (-0500) Subject: Fix: redefinition of _GNU_SOURCE X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=1e177dca9db26b979738556d60e4d3e3ec8689ec Fix: redefinition of _GNU_SOURCE Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng/commands/status.c b/src/bin/lttng/commands/status.c index b3555c984..d9b6c4f27 100644 --- a/src/bin/lttng/commands/status.c +++ b/src/bin/lttng/commands/status.c @@ -15,7 +15,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#define _GNU_SOURCE #define _LGPL_SOURCE #include #include