From: Peter S. Mazinger Date: Sat, 2 Apr 2011 01:34:42 +0000 (+0200) Subject: dl-defs.h: avoid including dl-sysdep.h if compiling hostutils X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b3c8238912971355ac3c6534ef7641af6b8fc168;p=uclinux-h8%2FuClibc.git dl-defs.h: avoid including dl-sysdep.h if compiling hostutils Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- 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 +#endif /* Provide a means for a port to pass additional arguments to the _dl_start function. */