[git commit future 1/1] dl-defs.h: avoid including dl-sysdep.h if compiling hostutils

Peter S. Mazinger ps.m at gmx.net
Wed Mar 30 11:53:36 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=6e9c6646404378d6411bab9ec22a65fa8e92d3ea
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

Signed-off-by: Peter S. Mazinger <ps.m at 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 7a3d1da..0a3c087 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.3.4



More information about the uClibc-cvs mailing list