From b3c221f0f9d79c330d52f1a1803d284d40ca637d Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sat, 2 Apr 2011 03:34:42 +0200
Subject: [PATCH 223/396] dl-defs.h: avoid including dl-sysdep.h if compiling hostutils

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 ldso/include/dl-defs.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ldso/include/dl-defs.h b/ldso/include/dl-defs.h
index dfddbdd..f8e7ba0 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.  */
-- 
1.7.0.4

