diff options
author | Denys Vlasenko | 2010-06-18 15:15:24 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-06-18 15:15:24 +0200 |
commit | b87c17cd16f1b23a07a65ee90a3e30a49992fa51 (patch) | |
tree | 8c03f16044b02ff430b6b67ba54f88c75ec3e8c2 /shell/ash.c | |
parent | 7df28bbb8fa3ba2878c288401c898ec477e55df1 (diff) | |
download | busybox-b87c17cd16f1b23a07a65ee90a3e30a49992fa51.zip busybox-b87c17cd16f1b23a07a65ee90a3e30a49992fa51.tar.gz |
*: 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/ash.c')
-rw-r--r-- | shell/ash.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/ash.c b/shell/ash.c index 74fe861..1717407 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -36,12 +36,6 @@ #define JOBS ENABLE_ASH_JOB_CONTROL -#if DEBUG -# ifndef _GNU_SOURCE -# define _GNU_SOURCE -# endif -#endif - #include "busybox.h" /* for applet_names */ #include <paths.h> #include <setjmp.h> |