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

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

extern inline int isspace(int);

int __isspace_l(int c, locale_t l)
{
	return isspace(c);
}

weak_alias(__isspace_l, isspace_l);
debug log:

solving 86614a3 ...
found 86614a3 in https://inbox.vuxu.org/musl/20141013142020.GA26828@zx-spectrum.accesssoftek.com/
found 231e907 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 231e90793ddd385fdb0acba4168f3414f2beb500	src/ctype/isspace.c

applying [1/1] https://inbox.vuxu.org/musl/20141013142020.GA26828@zx-spectrum.accesssoftek.com/
diff --git a/src/ctype/isspace.c b/src/ctype/isspace.c
index 231e907..86614a3 100644

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

index at:
100644 86614a349a851786ad953bc152883557c996eb25	src/ctype/isspace.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).