diff options
Diffstat (limited to 'ldso/include')
-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 a1735f026..bedfa977e 100644 --- a/ldso/include/dl-defs.h +++ b/ldso/include/dl-defs.h @@ -73,9 +73,11 @@ typedef struct { #endif #ifdef _LIBC +#ifndef __ARCH_HAS_NO_SHARED__ /* arch specific defines */ #include <dl-sysdep.h> #endif +#endif /* Provide a means for a port to pass additional arguments to the _dl_start function. */ |