[git commit] dl-defs.h: avoid including dl-sysdep.h if compiling hostutils
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Fri Jun 15 12:00:35 UTC 2012
commit: http://git.uclibc.org/uClibc/commit/?id=b3c8238912971355ac3c6534ef7641af6b8fc168
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
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 d98eba4..a1735f0 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. */
More information about the uClibc-cvs
mailing list