diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-17 18:52:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-18 06:18:18 +0100 |
commit | b9b9935783f636fbce31ace25dc31fb957840489 (patch) | |
tree | fed9e0bc5f66459e1612b75da6fcc7bae2646993 /ldso | |
parent | de8c46aee404020fb78a6a283b5be6fbee4f3931 (diff) |
c6x: fix duplicate include
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 |