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

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

int strcoll_l(const char *s1, const char *s2, locale_t l)
{
    return strcoll(s1, s2);
}

debug log:

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

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

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