diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-17 02:18:03 +0000 | 
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-17 02:18:03 +0000 | 
| commit | 80360106858e3a8050d205f8ca7ea0856eea112f (patch) | |
| tree | 47f517c440c4e9ed694b3206168382056749a1aa /libc/string/memmove.c | |
| parent | f896a95d31f4e2d414c00e777b3ab719410aab37 (diff) | |
| download | uClibc-alpine-80360106858e3a8050d205f8ca7ea0856eea112f.tar.bz2 uClibc-alpine-80360106858e3a8050d205f8ca7ea0856eea112f.tar.xz  | |
Copy from trunk.
Diffstat (limited to 'libc/string/memmove.c')
| -rw-r--r-- | libc/string/memmove.c | 14 | 
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/string/memmove.c b/libc/string/memmove.c new file mode 100644 index 000000000..0626ce1f5 --- /dev/null +++ b/libc/string/memmove.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_memmove +#define Wmemmove __memmove + +#include "wstring.c" + +strong_alias(__memmove, memmove) + +#undef L_memmove  | 
