diff options
Diffstat (limited to 'libc/string/wcsncpy.c')
| -rw-r--r-- | libc/string/wcsncpy.c | 9 | 
1 files changed, 1 insertions, 8 deletions
| diff --git a/libc/string/wcsncpy.c b/libc/string/wcsncpy.c index 24f6245a3..ac267e81f 100644 --- a/libc/string/wcsncpy.c +++ b/libc/string/wcsncpy.c @@ -4,12 +4,5 @@   * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.   */ -#define L_strncpy  #define WANT_WIDE -#define Wstrncpy __wcsncpy - -#include "wstring.c" - -strong_alias(__wcsncpy, wcsncpy) - -#undef L_strncpy +#include "strncpy.c" | 
