aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-18 15:15:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-18 15:15:24 +0200
commitb87c17cd16f1b23a07a65ee90a3e30a49992fa51 (patch)
tree8c03f16044b02ff430b6b67ba54f88c75ec3e8c2 /shell
parent7df28bbb8fa3ba2878c288401c898ec477e55df1 (diff)
downloadbusybox-w32-b87c17cd16f1b23a07a65ee90a3e30a49992fa51.tar.gz
busybox-w32-b87c17cd16f1b23a07a65ee90a3e30a49992fa51.tar.bz2
busybox-w32-b87c17cd16f1b23a07a65ee90a3e30a49992fa51.zip
*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 74fe8617b..171740768 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -36,12 +36,6 @@
36 36
37#define JOBS ENABLE_ASH_JOB_CONTROL 37#define JOBS ENABLE_ASH_JOB_CONTROL
38 38
39#if DEBUG
40# ifndef _GNU_SOURCE
41# define _GNU_SOURCE
42# endif
43#endif
44
45#include "busybox.h" /* for applet_names */ 39#include "busybox.h" /* for applet_names */
46#include <paths.h> 40#include <paths.h>
47#include <setjmp.h> 41#include <setjmp.h>