mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-12 07:31:12 -04:00
11 lines
258 B
C
11 lines
258 B
C
/* $NetBSD: memmove.c,v 1.2 2013/12/02 21:21:33 joerg Exp $ */
|
|
|
|
#define MEMMOVE
|
|
#include "bcopy.c"
|
|
|
|
#if defined(__ARM_EABI__)
|
|
__strong_alias(__aeabi_memmove, memmove)
|
|
__strong_alias(__aeabi_memmove4, memmove)
|
|
__strong_alias(__aeabi_memmove8, memmove)
|
|
#endif
|