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

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

extern inline int isgraph(int);

int __isgraph_l(int c, locale_t l)
{
	return isgraph(c);
}

weak_alias(__isgraph_l, isgraph_l);
debug log:

solving b831164 ...
found b831164 in https://inbox.vuxu.org/musl/20141013142020.GA26828@zx-spectrum.accesssoftek.com/
found a0aae08 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 a0aae08aabe69ae9eb70d832be044838d954cb7e	src/ctype/isgraph.c

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

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

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