debug.c: no need to define _GNU_SOURCE, is defined in fmacros.h.

This commit is contained in:
antirez 2016-09-09 11:15:10 +02:00
parent de5ac38179
commit fef4253c31

View File

@ -40,7 +40,6 @@
#include <fcntl.h>
#include "bio.h"
#include <unistd.h>
#define _GNU_SOURCE
#include <dlfcn.h>
#endif /* HAVE_BACKTRACE */