From d35deb2327fb6caabf509f243ff1a12bc3c5c929 Mon Sep 17 00:00:00 2001 From: antirez Date: Fri, 9 Sep 2016 11:15:10 +0200 Subject: [PATCH] debug.c: no need to define _GNU_SOURCE, is defined in fmacros.h. --- src/debug.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/debug.c b/src/debug.c index 82638f83..6f0b5e70 100644 --- a/src/debug.c +++ b/src/debug.c @@ -40,7 +40,6 @@ #include #include "bio.h" #include -#define _GNU_SOURCE #include #endif /* HAVE_BACKTRACE */