This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

libchill/memmove.c won't compile



[Arghh!, Maybe this time I've got all the headers right.. ]

Zack,

Your patch
	2000-05-29  Zack Weinberg  <zack@wolery.cumb.org>

        * concatstr.c, exh.c: Include stdlib.h and string.h.
        * delaycase.c, eqstr.c, memmove.c, printbuffer.c,
        printevent.c, sendbuffer.c, waitbuffer.c: Include string.h.

breaks a cross build on the ARM with Newlib, since the prototype for 
memmove in string.h conflicts with the function definition in memove.c

Why isn't the third argument of memmove (in libchill/memmove.c) of type 
size_t as required by the standard?

R.







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