diff options
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. */ |