xref: /freebsd/lib/libc/aarch64/string/memmove.S (revision e92ffd9b626833ebdbf2742c8ffddc6cd94b963e)
1/*
2 * memmove is implemented in memcpy.S. Having this file simplifies the build
3 * as it stops MISRCS from picking up the C implementation and rtld expects
4 * to copy the memmove object file into its object directory.
5 */
6