[PATCH] Call memcpy in generic mempcpy

Ondřej Bílka neleai@seznam.cz
Wed Feb 13 12:03:00 GMT 2013


On Thu, Feb 07, 2013 at 10:29:21PM +0100, Andreas Jaeger wrote:
> >  void *
> >-__mempcpy (dstpp, srcpp, len)
> >-     void *dstpp;
> >-     const void *srcpp;
> >+__mempcpy (dest, src, len)
> >+     void *dest;
> >+     const void *src;
> >       size_t len;
> 
> Shouldn't this be: __mempcpy (void dest, const void *src, size_t
> len) ? We're converting the code to get rid of the old prototypes.
> 
Commited with new prototype.



More information about the Libc-alpha mailing list