mailing list of musl libc
 help / color / mirror / code / Atom feed
2b096dbbbfcac9c79e39d9cc98b546acb1dd0fa5 blob 183 bytes (raw)

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

int __strcoll_l(const char *l, const char *r, locale_t loc)
{
	return strcoll(l, r);
}

weak_alias(__strcoll_l, strcoll_l);
debug log:

solving 2b096db ...
found 2b096db in https://inbox.vuxu.org/musl/20120722183201.11fe567e@newbook/
found 7948b0d in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 7948b0d18d6e6d6e4270276edaa13b22b4cf1303	src/locale/strcoll_l.c

applying [1/1] https://inbox.vuxu.org/musl/20120722183201.11fe567e@newbook/
diff --git a/src/locale/strcoll_l.c b/src/locale/strcoll_l.c
index 7948b0d..2b096db 100644

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

index at:
100644 2b096dbbbfcac9c79e39d9cc98b546acb1dd0fa5	src/locale/strcoll_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).