Memmove is a valid way to implement memcpy. However, memcpy isn’t a valid way to implement memmove.
For this reason, I split the definitions into two. No ABI breakage should occur
Differential D31664
[libc][NFC] Split definitions of memcpy and memmove gfunni234_gmail.com on Aug 24 2021, 5:42 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Diff Detail
Event TimelineComment Actions Your description is not what this does for userspace. It is what it does for the kernel but that is bad, now we have two copies of basically the same thing in one file. |