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

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

wint_t __towupper_l(wint_t c, locale_t l)
{
	return towupper(c);
}

weak_alias(__towupper_l, towupper_l);
debug log:

solving f843c4f ...
found f843c4f in https://inbox.vuxu.org/musl/20120722183201.11fe567e@newbook/
found aa861ae in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 aa861ae6749f3b5327005954f7676bebfd7f46cb	src/locale/towupper_l.c

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

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

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