summaryrefslogtreecommitdiff
path: root/libc/string/generic/memcpy.c
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-10-01 14:58:13 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-10-01 14:58:13 +0000
commit9efc3f5022ecc56db919d7907e0133e7b53ffedb (patch)
treefe2f6eaf3a31396465190aa2fd974d5d1b58f37f /libc/string/generic/memcpy.c
parent092f2556be61ccca4040ed81b087251acda57b45 (diff)
Fix compilation problem whit the following config options:
UCLIBC_HAS_STRING_GENERIC_OPT=y UCLIBC_HAS_STRING_ARCH_OPT is not set by making WORD_COPY_FWD macros visible. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
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) */