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

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

int __wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale)
{
	return wcscoll(l, r);
}

weak_alias(__wcscoll_l, wcscoll_l);
debug log:

solving bf26372 ...
found bf26372 in https://inbox.vuxu.org/musl/20120722183201.11fe567e@newbook/
found f257ec8 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 f257ec8d98002c81ccc40293dca7cefb565849f0	src/locale/wcscoll_l.c

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

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

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