summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-01-17 18:52:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-01-18 06:18:18 +0100
commitb9b9935783f636fbce31ace25dc31fb957840489 (patch)
treefed9e0bc5f66459e1612b75da6fcc7bae2646993
parentde8c46aee404020fb78a6a283b5be6fbee4f3931 (diff)
c6x: fix duplicate include
-rw-r--r--ldso/include/dl-defs.h3
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