diff options
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/include/dl-defs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ldso/include/dl-defs.h b/ldso/include/dl-defs.h index 839239f4c..e900640bb 100644 --- a/ldso/include/dl-defs.h +++ b/ldso/include/dl-defs.h @@ -76,9 +76,6 @@ typedef struct { /* arch specific defines */ #include <dl-sysdep.h> #endif -#ifdef __TARGET_c6x__ -#include <dl-sysdep.h> -#endif #endif /* Provide a means for a port to pass additional arguments to the _dl_start |