diff options
Diffstat (limited to 'libc/string/wmemcpy.c')
-rw-r--r-- | libc/string/wmemcpy.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libc/string/wmemcpy.c b/libc/string/wmemcpy.c index 14aaf8c71..6991ece76 100644 --- a/libc/string/wmemcpy.c +++ b/libc/string/wmemcpy.c @@ -4,12 +4,5 @@ * 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 +#include "memcpy.c" |