diff options
Diffstat (limited to 'libc/string/wcscspn.c')
-rw-r--r-- | libc/string/wcscspn.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libc/string/wcscspn.c b/libc/string/wcscspn.c index b156f8597..945ecef68 100644 --- a/libc/string/wcscspn.c +++ b/libc/string/wcscspn.c @@ -4,12 +4,5 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#define L_strcspn #define WANT_WIDE -#define Wstrcspn __wcscspn - -#include "wstring.c" - -strong_alias(__wcscspn, wcscspn) - -#undef L_strcspn +#include "strcspn.c" |