aboutsummaryrefslogtreecommitdiff
path: root/libgloss/mips
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-05-02 20:06:52 +0000
committerJeff Johnston <jjohnstn@redhat.com>2003-05-02 20:06:52 +0000
commitff524f6ce835623e74dd3b585f74c6faaea8beb2 (patch)
tree5200ca36a27c559fa824ec550275163bbecf3278 /libgloss/mips
parentc2ec76163e2dd327fd594876d3905e93ef979d15 (diff)
downloadnewlib-ff524f6ce835623e74dd3b585f74c6faaea8beb2.zip
newlib-ff524f6ce835623e74dd3b585f74c6faaea8beb2.tar.gz
newlib-ff524f6ce835623e74dd3b585f74c6faaea8beb2.tar.bz2
Check in proper version of Eric's patch.
Diffstat (limited to 'libgloss/mips')
-rw-r--r--libgloss/mips/cma101.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgloss/mips/cma101.c b/libgloss/mips/cma101.c
index 8e6c92b..e8f3818 100644
--- a/libgloss/mips/cma101.c
+++ b/libgloss/mips/cma101.c
@@ -189,7 +189,7 @@ __sizemem ()
volatile unsigned int *probe;
unsigned int baseorig;
unsigned int sr;
- extern void end[];
+ extern char end[];
char *endptr = (char *)&end;
int extra;