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

1
2
3
4
5
6
7
 
#include <string.h>

size_t strxfrm_l(char *dest, const char *src, size_t n, locale_t l)
{
    return strxfrm(dest, src, n);
}

debug log:

solving b48b1bc ...
found b48b1bc 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/string/strxfrm_l.c b/src/string/strxfrm_l.c
new file mode 100644
index 0000000..b48b1bc

Checking patch src/string/strxfrm_l.c...
1:13: new blank line at EOF.
+
Applied patch src/string/strxfrm_l.c cleanly.
warning: 1 line adds whitespace errors.

skipping https://inbox.vuxu.org/musl/1318260629.591757.21186@legion/ for b48b1bc
index at:
100644 b48b1bca4f2b0519fe91f7950416dc9a569345a3	src/string/strxfrm_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).