Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-05-28 14:47:30 +0400
committerNick Clifton <nickc@redhat.com>1999-05-28 14:47:30 +0400
commit8d7a95a647a307ff2fc70045f83b37974ca3b825 (patch)
tree2ad55db0e524dd0e1f169b9d0c9ebba3233efcf9 /include/elf/reloc-macros.h
parent6a26bbce7b008cd12281be2e9e81d19275b9d4fb (diff)
Update comment
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;
{