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

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

int wcscoll_l(const wchar_t *n, const wchar_t *r, locale_t l)
{
	return wcscmp(n, r);
}

debug log:

solving 2c70881 ...
found 2c70881 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/wcscoll_l.c b/src/locale/wcscoll_l.c
new file mode 100644
index 0000000..2c70881

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

skipping https://inbox.vuxu.org/musl/1318260629.591757.21186@legion/ for 2c70881
index at:
100644 2c70881bcfc73bef93b0114446adb0f74b5c9e3e	src/locale/wcscoll_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).