aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.c
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2012-03-27 00:03:01 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2012-03-27 10:57:48 -0300
commit3738d40ec51317eb8390218a33513ca35656f107 (patch)
tree9aa41c956bd16278218813bd5f7adaf234de2a62 /tools/perf/util/symbol.c
parentperf tools: Fix bug in raw sample parsing (diff)
downloadlinux-dev-3738d40ec51317eb8390218a33513ca35656f107.tar.xz
linux-dev-3738d40ec51317eb8390218a33513ca35656f107.zip
perf symbols: Do not include libgen.h
That causes us to end up using the XPG version of basename which can modify it's argument. Signed-off-by: David S. Miller <davem@davemloft.net> Link: http://lkml.kernel.org/r/20120327.000301.1122788061724345175.davem@davemloft.net Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to '')
-rw-r--r--tools/perf/util/symbol.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c
index 5dd83c3e2c0c..d9e995bf8b6f 100644
--- a/tools/perf/util/symbol.c
+++ b/tools/perf/util/symbol.c
@@ -1,6 +1,5 @@
#include <dirent.h>
#include <errno.h>
-#include <libgen.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>