]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
perf symbols: Remove BIONIC wrapper around libgen.h
authorDavid Ahern <dsahern@gmail.com>
Sat, 8 Sep 2012 15:06:52 +0000 (09:06 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 8 Sep 2012 20:15:16 +0000 (17:15 -0300)
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>
tools/perf/util/symbol.h

index d3b330cbc3e09efd86d7ad64f42ef4556dc5624d..41a15dac412096c748b0dd186585236413d1faac 100644 (file)
@@ -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>