diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-04-02 03:34:42 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:35 +0200 |
commit | b3c8238912971355ac3c6534ef7641af6b8fc168 (patch) | |
tree | 6b8d2e0b06bacf78e5cc32f849f93686bf24c7bf /ldso/include/dl-defs.h | |
parent | 949975862a4430b1d6224ec9b378fd1541baea1a (diff) |
dl-defs.h: avoid including dl-sysdep.h if compiling hostutils
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'ldso/include/dl-defs.h')
-rw-r--r-- | 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 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 <dl-sysdep.h> +#endif /* Provide a means for a port to pass additional arguments to the _dl_start function. */ |