diff options
Diffstat (limited to 'tools/perf/util/util.h')
| -rw-r--r-- | tools/perf/util/util.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/util.h b/tools/perf/util/util.h index b9c530cce79..ecf9898169c 100644 --- a/tools/perf/util/util.h +++ b/tools/perf/util/util.h @@ -40,7 +40,6 @@  #define decimal_length(x)	((int)(sizeof(x) * 2.56 + 0.5) + 1)  #define _ALL_SOURCE 1 -#define _GNU_SOURCE 1  #define _BSD_SOURCE 1  #define HAS_BOOL  |