diff options
Diffstat (limited to 'libc/string/wcsspn.c')
-rw-r--r-- | libc/string/wcsspn.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libc/string/wcsspn.c b/libc/string/wcsspn.c index 9d4aaa7cf..9716315a3 100644 --- a/libc/string/wcsspn.c +++ b/libc/string/wcsspn.c @@ -4,12 +4,5 @@ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. */ -#define L_strspn #define WANT_WIDE -#define Wstrspn __wcsspn - -#include "wstring.c" - -strong_alias(__wcsspn, wcsspn) - -#undef L_strspn +#include "strspn.c" |