mailing list of musl libc
 help / color / mirror / code / Atom feed
550d6e143b936ea5111be6200aafa3fec5f67b9a blob 179 bytes (raw)

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

extern inline int iswdigit(wint_t);

int __iswdigit_l(wint_t c, locale_t l)
{
	return iswdigit(c);
}

weak_alias(__iswdigit_l, iswdigit_l);
debug log:

solving 550d6e1 ...
found 550d6e1 in https://inbox.vuxu.org/musl/20141013142020.GA26828@zx-spectrum.accesssoftek.com/
found ed9a88e in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 ed9a88e740ad38a7bf60bed9d52ebbc23161c978	src/ctype/iswdigit.c

applying [1/1] https://inbox.vuxu.org/musl/20141013142020.GA26828@zx-spectrum.accesssoftek.com/
diff --git a/src/ctype/iswdigit.c b/src/ctype/iswdigit.c
index ed9a88e..550d6e1 100644

Checking patch src/ctype/iswdigit.c...
Applied patch src/ctype/iswdigit.c cleanly.

index at:
100644 550d6e143b936ea5111be6200aafa3fec5f67b9a	src/ctype/iswdigit.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).