summaryrefslogtreecommitdiff
path: root/ldso
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-04-02 03:34:42 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:35 +0200
commitb3c8238912971355ac3c6534ef7641af6b8fc168 (patch)
tree6b8d2e0b06bacf78e5cc32f849f93686bf24c7bf /ldso
parent949975862a4430b1d6224ec9b378fd1541baea1a (diff)
dl-defs.h: avoid including dl-sysdep.h if compiling hostutils
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'ldso')
-rw-r--r--ldso/include/dl-defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldso/include/dl-defs.h b/ldso/include/dl-defs.h
index d98eba4d2..a1735f026 100644
--- a/ldso/include/dl-defs.h
+++ b/ldso/include/dl-defs.h
@@ -72,8 +72,10 @@ typedef struct {
#endif
+#ifdef _LIBC
/* arch specific defines */
#include <dl-sysdep.h>
+#endif
/* Provide a means for a port to pass additional arguments to the _dl_start
function. */