audk/StdLib/LibC/String
Scott Duplichan 88656abf1b StdLib: Do not define memcpy for AARCH64 builds
For AARCH64, do not define a memcpy function in stdlib because it is
already defined in CompilerIntrinsicsLib.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Scott Duplichan <scott@notabs.org>
Reviewed-by: Daryl McDaniel <edk2-lists@mc2research.org>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18063 6f19259b-4bc3-4df7-8a09-765794883524
2015-07-26 08:07:20 +00:00
..
Comparison.c
Concatenation.c
Copying.c StdLib: Do not define memcpy for AARCH64 builds 2015-07-26 08:07:20 +00:00
ErrorList.c
Misc.c
Searching.c
String.inf
strlcat.c
strlcpy.c
strncasecmp.c StdLib: Fix pointer arithmetic issues in the strncasecmp function. 2013-09-13 00:46:19 +00:00
strsep.c