diff options
Diffstat (limited to 'libc/string/wcschrnul.c')
-rw-r--r-- | libc/string/wcschrnul.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libc/string/wcschrnul.c b/libc/string/wcschrnul.c index 6d962c7af..dc1b1bcd6 100644 --- a/libc/string/wcschrnul.c +++ b/libc/string/wcschrnul.c @@ -4,12 +4,5 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#define L_strchrnul #define WANT_WIDE -#define Wstrchrnul __wcschrnul - -#include "wstring.c" - -strong_alias(__wcschrnul, wcschrnul) - -#undef L_strchrnul +#include "strchrnul.c" |