diff options
author | Namhyung Kim <namhyung.kim@lge.com> | 2013-03-19 09:46:16 (GMT) |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2013-03-21 16:04:00 (GMT) |
commit | 62baca8aed636eb10f9274761aa1dcbfd48a7caa (patch) | |
tree | fc113c23e1c4ee01f56e0465389be07ae7fd3387 /tools/perf/util/header.c | |
parent | 0a11953851213fd1d3eebcb68b4a537d458c70c2 (diff) | |
download | linux-fsl-qoriq-62baca8aed636eb10f9274761aa1dcbfd48a7caa.tar.xz |
perf tools: Get rid of redundant _FILE_OFFSET_BITS definition
We define it in the Makefile so no need to duplicate it.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1363686376-29525-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/header.c')
-rw-r--r-- | tools/perf/util/header.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/util/header.c b/tools/perf/util/header.c index a9b7349..79e48c72 100644 --- a/tools/perf/util/header.c +++ b/tools/perf/util/header.c @@ -1,5 +1,3 @@ -#define _FILE_OFFSET_BITS 64 - #include "util.h" #include <sys/types.h> #include <byteswap.h> |