summaryrefslogtreecommitdiffstats
path: root/libc/string/generic/memcpy.c
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-17 17:56:41 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-17 17:56:41 +0000
commit644c442da3f0cea2a2aa591f57726e3e6de823e2 (patch)
treef8d49598d16d350059059ce23b758da4afde7b15 /libc/string/generic/memcpy.c
parente0c796f1422f3617302e4ecafef6d1f461499eba (diff)
downloaduClibc-alpine-644c442da3f0cea2a2aa591f57726e3e6de823e2.tar.bz2
uClibc-alpine-644c442da3f0cea2a2aa591f57726e3e6de823e2.tar.xz
Synch with trunk @ 24075.
Step 4 libc/string and asm implementation
Diffstat (limited to 'libc/string/generic/memcpy.c')
-rw-r--r--libc/string/generic/memcpy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/string/generic/memcpy.c b/libc/string/generic/memcpy.c
index 4284f2fe5..a19e0c335 100644
--- a/libc/string/generic/memcpy.c
+++ b/libc/string/generic/memcpy.c
@@ -22,6 +22,7 @@
#include <string.h>
#include "memcopy.h"
#include "pagecopy.h"
+#include "_memcpy_fwd.c"
/* Experimentally off - libc_hidden_proto(memcpy) */