mailing list of musl libc
 help / color / mirror / code / Atom feed
4ae5c7776a1a9bb8bbaee9b67945df4d4d338810 blob 233 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#include <string.h>
#include "libc.h"

void __aeabi_memcpy(void *restrict dest, const void *restrict src, size_t n)
{
	memcpy(dest, src, n);
}
weak_alias(__aeabi_memcpy, __aeabi_memcpy4);
weak_alias(__aeabi_memcpy, __aeabi_memcpy8);
debug log:

solving 4ae5c777 ...
found 4ae5c777 in https://git.vuxu.org/mirror/musl/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).