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

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

int __iswctype_l(wint_t c, wctype_t t, locale_t l)
{
	return iswctype(c, t);
}

weak_alias(__iswctype_l, iswctype_l);
debug log:

solving c20ef6a ...
found c20ef6a in https://inbox.vuxu.org/musl/20120722183201.11fe567e@newbook/
found 1dccef6 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 1dccef63f71a90e40b4c6c1b663d3dd0864f9e1b	src/locale/iswctype_l.c

applying [1/1] https://inbox.vuxu.org/musl/20120722183201.11fe567e@newbook/
diff --git a/src/locale/iswctype_l.c b/src/locale/iswctype_l.c
index 1dccef6..c20ef6a 100644

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

index at:
100644 c20ef6ac45accfb20d7587f7a306309c5344db84	src/locale/iswctype_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).