repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
common
/
lib
/
libc
/
string
/
memmove.c
blob
a1a18f60d0f78bb37d550f18a46b979b71f80b21
1
/* $NetBSD: memmove.c,v 1.2 2013/12/02 21:21:33 joerg Exp $ */
2
3
#define MEMMOVE
4
#include
"bcopy.c"
5
6
#if defined(__ARM_EABI__)
7
__strong_alias
(
__aeabi_memmove
,
memmove
)
8
__strong_alias
(
__aeabi_memmove4
,
memmove
)
9
__strong_alias
(
__aeabi_memmove8
,
memmove
)
10
#endif