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

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

wint_t __towlower_l(wint_t c, locale_t l)
{
	return towlower(c);
}

weak_alias(__towlower_l, towlower_l);
debug log:

solving d565316 ...
found d565316 in https://inbox.vuxu.org/musl/20120722183201.11fe567e@newbook/
found 05fcde5 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 05fcde5318200d9de25345398ac5ebc05ad39a83	src/locale/towlower_l.c

applying [1/1] https://inbox.vuxu.org/musl/20120722183201.11fe567e@newbook/
diff --git a/src/locale/towlower_l.c b/src/locale/towlower_l.c
index 05fcde5..d565316 100644

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

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