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

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

extern inline int isalpha(int);

int __isalpha_l(int c, locale_t l)
{
	return isalpha(c);
}

weak_alias(__isalpha_l, isalpha_l);
debug log:

solving b5403d6 ...
found b5403d6 in https://inbox.vuxu.org/musl/20141013142020.GA26828@zx-spectrum.accesssoftek.com/
found f155d3a in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 f155d3aa97048880a109a8838b79be1e946e2dc2	src/ctype/isalpha.c

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

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

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