*: 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:
parent
7df28bbb8f
commit
b87c17cd16
5 changed files with 0 additions and 24 deletions
|
@ -12,13 +12,6 @@
|
|||
#include <sys/utsname.h>
|
||||
#include "rtc_.h"
|
||||
|
||||
#if ENABLE_FEATURE_HWCLOCK_LONG_OPTIONS
|
||||
# ifndef _GNU_SOURCE
|
||||
# define _GNU_SOURCE
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
/* diff code is disabled: it's not sys/hw clock diff, it's some useless
|
||||
* "time between hwclock was started and we saw CMOS tick" quantity.
|
||||
* It's useless since hwclock is started at a random moment,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue