Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c7f6312 authored by David Ahern's avatar David Ahern Committed by Arnaldo Carvalho de Melo
Browse files

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: default avatarDavid Ahern <dsahern@gmail.com>
Acked-by: default avatarPekka 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: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 1fb89448
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -10,9 +10,7 @@
#include <linux/rbtree.h>
#include <linux/rbtree.h>
#include <stdio.h>
#include <stdio.h>
#include <byteswap.h>
#include <byteswap.h>
#if defined(__BIONIC__)
#include <libgen.h>
#include <libgen.h>
#endif


#ifndef NO_LIBELF_SUPPORT
#ifndef NO_LIBELF_SUPPORT
#include <libelf.h>
#include <libelf.h>