Skip to content

Commit

Permalink
perf symbols: Remove BIONIC wrapper around libgen.h
Browse files Browse the repository at this point in the history
Now that the 2 offenders are fixed, the BIONIC conditional around
libgen.h can be removed.

Signed-off-by: David Ahern <dsahern@gmail.com>
Acked-by: Pekka Enberg <penberg@kernel.org>
Cc: Irina Tirdea <irina.tirdea@gmail.com>
Cc: Pekka Enberg <penberg@kernel.org>
Link: http://lkml.kernel.org/r/1347116812-93646-4-git-send-email-dsahern@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
David Ahern authored and Arnaldo Carvalho de Melo committed Sep 8, 2012
1 parent 1fb8944 commit 6c7f631
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/perf/util/symbol.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6c7f631

Please sign in to comment.