On Sat, Dec 24, 2016 at 12:08:35AM +0100, Mark Kettenis wrote:
> We can get those optimizations back by doing:
> 
> #define memcpy(d, s, n) __builtin_memcpy((d), (s), (n))

You might still want to put a prototype in, just before the define.

Joerg

Reply via email to