From b3c8238912971355ac3c6534ef7641af6b8fc168 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 2 Apr 2011 03:34:42 +0200 Subject: dl-defs.h: avoid including dl-sysdep.h if compiling hostutils Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- ldso/include/dl-defs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ldso/include') 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. */ -- cgit v1.2.3