diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-18 15:15:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-18 15:15:24 +0200 |
commit | b87c17cd16f1b23a07a65ee90a3e30a49992fa51 (patch) | |
tree | 8c03f16044b02ff430b6b67ba54f88c75ec3e8c2 /util-linux | |
parent | 7df28bbb8fa3ba2878c288401c898ec477e55df1 (diff) | |
download | busybox-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 'util-linux')
-rw-r--r-- | util-linux/hwclock.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index 416271b31..3da2e23c3 100644 --- a/util-linux/hwclock.c +++ b/util-linux/hwclock.c | |||
@@ -12,13 +12,6 @@ | |||
12 | #include <sys/utsname.h> | 12 | #include <sys/utsname.h> |
13 | #include "rtc_.h" | 13 | #include "rtc_.h" |
14 | 14 | ||
15 | #if ENABLE_FEATURE_HWCLOCK_LONG_OPTIONS | ||
16 | # ifndef _GNU_SOURCE | ||
17 | # define _GNU_SOURCE | ||
18 | # endif | ||
19 | #endif | ||
20 | |||
21 | |||
22 | /* diff code is disabled: it's not sys/hw clock diff, it's some useless | 15 | /* diff code is disabled: it's not sys/hw clock diff, it's some useless |
23 | * "time between hwclock was started and we saw CMOS tick" quantity. | 16 | * "time between hwclock was started and we saw CMOS tick" quantity. |
24 | * It's useless since hwclock is started at a random moment, | 17 | * It's useless since hwclock is started at a random moment, |