CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/15 13:16:53
Modified files:
sys/lib/libkern/arch/arm: bcopy.S memcpy.S
Log message:
Make bcopy() involve memmove(), not memcpy().
Do not bogusly return NULL if dst == src (spotted by tedu@)
