[libc] Fix memcpy to adhere to qualified calls.
authorPaula Toth <paulatoth@google.com>
Fri, 3 Apr 2020 22:14:33 +0000 (15:14 -0700)
committerPaula Toth <paulatoth@google.com>
Fri, 3 Apr 2020 22:27:57 +0000 (15:27 -0700)
commit90eb7be6a1753d426ad01de95e3f1a23b077f8df
tree9bebc6ef6cbccf4ee8bcddc8b66c5decd080d4ec
parentfcab66d5fe53fc3c318b0d0c4ef1bb4a43a7744f
[libc] Fix memcpy to adhere to qualified calls.

Summary: Switched to using the new memcpy implementation.

Reviewers: sivachandra, abrachet, gchatelet

Reviewed By: abrachet, gchatelet

Subscribers: mgorny, MaskRay, tschuett, libc-commits

Tags: #libc-project

Differential Revision: https://reviews.llvm.org/D77277
libc/fuzzing/string/CMakeLists.txt
libc/src/string/CMakeLists.txt
libc/src/string/strcpy.cpp
libc/test/src/string/CMakeLists.txt