This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

re: patch


helps if I attach the right one...

-eric

-- 
Eric Christopher <echristo@redhat.com>
Index: cma101.c
===================================================================
RCS file: /cvs/src/src/libgloss/mips/cma101.c,v
retrieving revision 1.3
diff -u -p -w -r1.3 cma101.c
--- cma101.c	1 Feb 2002 17:22:59 -0000	1.3
+++ cma101.c	1 May 2003 22:04:21 -0000
@@ -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;
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]