4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-19 21:09:22 +08:00

Check in proper version of Eric's patch.

This commit is contained in:
Jeff Johnston 2003-05-02 20:06:52 +00:00
parent c2ec76163e
commit ff524f6ce8

View File

@ -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;