diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-17 02:23:30 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-17 02:23:30 +0000 |
| commit | e8c6d764544e9f280f4355f82e07064fdb4ab133 (patch) | |
| tree | d7725378de5c7543739175110b8e3f841833b848 /libc/string/wmemcpy.c | |
| parent | 515bfd1d442c1fbb676bbfeb0333010f383b9c13 (diff) | |
| download | uClibc-alpine-e8c6d764544e9f280f4355f82e07064fdb4ab133.tar.bz2 uClibc-alpine-e8c6d764544e9f280f4355f82e07064fdb4ab133.tar.xz | |
Copy from trunk.
Diffstat (limited to 'libc/string/wmemcpy.c')
| -rw-r--r-- | libc/string/wmemcpy.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/string/wmemcpy.c b/libc/string/wmemcpy.c new file mode 100644 index 000000000..14aaf8c71 --- /dev/null +++ b/libc/string/wmemcpy.c @@ -0,0 +1,15 @@ +/* + * 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_memcpy +#define WANT_WIDE +#define Wmemcpy __wmemcpy + +#include "wstring.c" + +strong_alias(__wmemcpy, wmemcpy) + +#undef L_memcpy |
