On 14/01/15 18:14, Roland McGrath wrote: >> + return memcpy (dest, src, n) + n; > > Use __mempcpy here. > That will be worse if mempcpy just calls memcpy; which is what the C library implementation does. R.