mailing list of musl libc
 help / color / mirror / code / Atom feed
3227d63111cb42071535d6db875eda1037ceb584 blob 185 bytes (raw)

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

char *__nl_langinfo_l(nl_item item, locale_t l)
{
	return nl_langinfo(item);
}

weak_alias(__nl_langinfo_l, nl_langinfo_l);
debug log:

solving 3227d63 ...
found 3227d63 in https://inbox.vuxu.org/musl/20120722183201.11fe567e@newbook/
found b54db95 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 b54db95c66d38f8a4a6481d004978c633445e6e9	src/locale/nl_langinfo_l.c

applying [1/1] https://inbox.vuxu.org/musl/20120722183201.11fe567e@newbook/
diff --git a/src/locale/nl_langinfo_l.c b/src/locale/nl_langinfo_l.c
index b54db95..3227d63 100644

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

index at:
100644 3227d63111cb42071535d6db875eda1037ceb584	src/locale/nl_langinfo_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).