summaryrefslogtreecommitdiffstats
path: root/libc/string/mempcpy.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-17 02:20:16 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-11-17 02:20:16 +0000
commite91056b7f1ab59d69cfe1611eb9db21c806c0a26 (patch)
treeb71b11f74d8afd2715461e27af25ca2b11c111ca /libc/string/mempcpy.c
parentc8f60faac3d1807102526af6f2eae8206010e8cd (diff)
downloaduClibc-alpine-e91056b7f1ab59d69cfe1611eb9db21c806c0a26.tar.bz2
uClibc-alpine-e91056b7f1ab59d69cfe1611eb9db21c806c0a26.tar.xz
Copy from trunk.
Diffstat (limited to 'libc/string/mempcpy.c')
-rw-r--r--libc/string/mempcpy.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/string/mempcpy.c b/libc/string/mempcpy.c
new file mode 100644
index 000000000..7fb1954cd
--- /dev/null
+++ b/libc/string/mempcpy.c
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+
+#define L_mempcpy
+#define Wmempcpy __mempcpy
+
+#include "wstring.c"
+
+strong_alias(__mempcpy, mempcpy)
+
+#undef L_mempcpy