diff options
author | David Ahern <[email protected]> | 2012-09-08 09:06:52 -0600 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2012-09-08 17:15:16 -0300 |
commit | 6c7f631261064762a8ba1ee34fc2b76d117ef3fa (patch) | |
tree | f6812e5248557bd16803f787e0cbc9d57ab60133 | |
parent | 1fb89448871500e5d5e7ad93d6dae68ee4fa464a (diff) |
perf symbols: Remove BIONIC wrapper around libgen.h
Now that the 2 offenders are fixed, the BIONIC conditional around
libgen.h can be removed.
Signed-off-by: David Ahern <[email protected]>
Acked-by: Pekka Enberg <[email protected]>
Cc: Irina Tirdea <[email protected]>
Cc: Pekka Enberg <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/util/symbol.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index d3b330cbc3e0..41a15dac4120 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h @@ -10,9 +10,7 @@ #include <linux/rbtree.h> #include <stdio.h> #include <byteswap.h> -#if defined(__BIONIC__) #include <libgen.h> -#endif #ifndef NO_LIBELF_SUPPORT #include <libelf.h> |