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

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

extern inline int isdigit(int);

int __isdigit_l(int c, locale_t l)
{
	return isdigit(c);
}

weak_alias(__isdigit_l, isdigit_l);
debug log:

solving b4e58d2 ...
found b4e58d2 in https://inbox.vuxu.org/musl/20141013142020.GA26828@zx-spectrum.accesssoftek.com/
found 4d8a103 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 4d8a103e612e27d2d394d767d9e20c13aea3435c	src/ctype/isdigit.c

applying [1/1] https://inbox.vuxu.org/musl/20141013142020.GA26828@zx-spectrum.accesssoftek.com/
diff --git a/src/ctype/isdigit.c b/src/ctype/isdigit.c
index 4d8a103..b4e58d2 100644

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

index at:
100644 b4e58d2f2a04f089c583a62041310eda83150f4b	src/ctype/isdigit.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).