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

1
2
3
4
5
6
7
 
#include "wchar.h"
#include "wctype.h"

size_t wcsxfrm_l(wchar_t *dest, const wchar_t *src, size_t n, locale_t l)
{
    return wcsxfrm(dest, src, n);
}
debug log:

solving f8a89b2 ...
found f8a89b2 in https://inbox.vuxu.org/musl/1318260829.727548.21231@legion/ ||
	https://inbox.vuxu.org/musl/1318260629.591757.21186@legion/

applying [1/2] https://inbox.vuxu.org/musl/1318260829.727548.21231@legion/
diff --git a/src/locale/wcsxfrm_l.c b/src/locale/wcsxfrm_l.c
new file mode 100644
index 0000000..f8a89b2

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

skipping https://inbox.vuxu.org/musl/1318260629.591757.21186@legion/ for f8a89b2
index at:
100644 f8a89b299811f92ded00de4bf02a9eb8707617b3	src/locale/wcsxfrm_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).