about summary refs log tree commit diff
path: root/elf/dl-runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/dl-runtime.c')
-rw-r--r--elf/dl-runtime.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/elf/dl-runtime.c b/elf/dl-runtime.c
index 1b34026d38..8ee1838df9 100644
--- a/elf/dl-runtime.c
+++ b/elf/dl-runtime.c
@@ -166,6 +166,14 @@ fixup (
 static ElfW(Addr)
 profile_fixup (
 #ifdef ELF_MACHINE_RUNTIME_FIXUP_ARGS
+	       ELF_MACHINE_RUNTIME_FIXUP_ARGS,
+#endif
+	       struct link_map *l, ElfW(Word) reloc_offset, ElfW(Addr) retaddr)
+     __attribute__ ((unused));
+
+static ElfW(Addr)
+profile_fixup (
+#ifdef ELF_MACHINE_RUNTIME_FIXUP_ARGS
        ELF_MACHINE_RUNTIME_FIXUP_ARGS,
 #endif
        struct link_map *l, ElfW(Word) reloc_offset, ElfW(Addr) retaddr)