summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/helper/jim.c3
-rw-r--r--src/target/oocd_trace.c5
2 files changed, 0 insertions, 8 deletions
diff --git a/src/helper/jim.c b/src/helper/jim.c
index 9d49e871..5122615d 100644
--- a/src/helper/jim.c
+++ b/src/helper/jim.c
@@ -53,9 +53,6 @@
#define JIM_DYNLIB /* Dynamic library support for UNIX and WIN32 */
#endif /* JIM_ANSIC */
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE /* for vasprintf() */
-#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/src/target/oocd_trace.c b/src/target/oocd_trace.c
index dc96d13f..d54766ae 100644
--- a/src/target/oocd_trace.c
+++ b/src/target/oocd_trace.c
@@ -21,11 +21,6 @@
#include "config.h"
#endif
-// we must define _GNU_SOURCE to get strndup
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE
-#endif
-
#include "oocd_trace.h"
#include "arm7_9_common.h"