*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-06-18 15:15:24 +02:00
parent 7df28bbb8f
commit b87c17cd16
5 changed files with 0 additions and 24 deletions

View File

@ -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>