From: David Ahern Date: Sat, 8 Sep 2012 15:06:52 +0000 (-0600) Subject: perf symbols: Remove BIONIC wrapper around libgen.h X-Git-Tag: v3.7-rc1~195^2~11^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=6c7f631261064762a8ba1ee34fc2b76d117ef3fa;p=~emulex%2Finfiniband.git 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 Acked-by: Pekka Enberg Cc: Irina Tirdea Cc: Pekka Enberg Link: http://lkml.kernel.org/r/1347116812-93646-4-git-send-email-dsahern@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index d3b330cbc3e..41a15dac412 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h @@ -10,9 +10,7 @@ #include #include #include -#if defined(__BIONIC__) #include -#endif #ifndef NO_LIBELF_SUPPORT #include