diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-17 02:17:59 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-11-17 02:17:59 +0000 |
| commit | f896a95d31f4e2d414c00e777b3ab719410aab37 (patch) | |
| tree | cda4300e0de9787a658471d08a3048fa9fa26277 /libc/string/wcpcpy.c | |
| parent | 74e15a5eaa6b43a7fb391c73f784671e0a493368 (diff) | |
| download | uClibc-alpine-f896a95d31f4e2d414c00e777b3ab719410aab37.tar.bz2 uClibc-alpine-f896a95d31f4e2d414c00e777b3ab719410aab37.tar.xz | |
Copy from trunk.
Diffstat (limited to 'libc/string/wcpcpy.c')
| -rw-r--r-- | libc/string/wcpcpy.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libc/string/wcpcpy.c b/libc/string/wcpcpy.c new file mode 100644 index 000000000..ca65b702a --- /dev/null +++ b/libc/string/wcpcpy.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_stpcpy +#define WANT_WIDE +#define Wstpcpy __wcpcpy + +#include "wstring.c" + +strong_alias(__wcpcpy, wcpcpy) + +#undef L_stpcpy |
