mailing list of musl libc
 help / color / mirror / code / Atom feed
d9372755ddc25d10bc8e4ecd0c21acb9a979310f blob 144 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#include <wctype.h>
#include "libc.h"

wctype_t __wctype_l(const char *s, locale_t l)
{
	return wctype(s);
}

weak_alias(__wctype_l, wctype_l);
debug log:

solving d937275 ...
found d937275 in https://inbox.vuxu.org/musl/20120722183201.11fe567e@newbook/
found 01f9c67 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 01f9c67f416e17217cdd4c1a28b8b9e0dfaf9968	src/locale/wctype_l.c

applying [1/1] https://inbox.vuxu.org/musl/20120722183201.11fe567e@newbook/
diff --git a/src/locale/wctype_l.c b/src/locale/wctype_l.c
index 01f9c67..d937275 100644

Checking patch src/locale/wctype_l.c...
Applied patch src/locale/wctype_l.c cleanly.

index at:
100644 d9372755ddc25d10bc8e4ecd0c21acb9a979310f	src/locale/wctype_l.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).