summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libddekit/initcall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libddekit/initcall.c b/libddekit/initcall.c
index 78c24146..9195243d 100644
--- a/libddekit/initcall.c
+++ b/libddekit/initcall.c
@@ -9,7 +9,7 @@
#define SECTION(x) __attribute__((section( x )))
#endif
-typedef void (*const crt0_hook)(void);
+typedef void (*crt0_hook)(void);
static crt0_hook __L4DDE_CTOR_BEG__[1] SECTION(".mark_beg_l4dde_ctors") = BEG;
static crt0_hook __l4DDE_CTOR_END__[1] SECTION(".mark_end_l4dde_ctors") = END;