summaryrefslogtreecommitdiffstats
path: root/include/elf/reloc-macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf/reloc-macros.h')
-rw-r--r--include/elf/reloc-macros.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/elf/reloc-macros.h b/include/elf/reloc-macros.h
index 976229129..42174caee 100644
--- a/include/elf/reloc-macros.h
+++ b/include/elf/reloc-macros.h
@@ -46,8 +46,8 @@
If RELOC_MACROS_GEN_FUNC *is* defined, then instead the
following function will be generated:
- static char * foo PARAMS ((unsigned long rtype));
- static char *
+ static const char * foo PARAMS ((unsigned long rtype));
+ static const char *
foo (rtype)
unsigned long rtype;
{