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

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

extern inline int islower(int);

int __islower_l(int c, locale_t l)
{
	return islower(c);
}

weak_alias(__islower_l, islower_l);
debug log:

solving 3e3dde1 ...
found 3e3dde1 in https://inbox.vuxu.org/musl/20141013142020.GA26828@zx-spectrum.accesssoftek.com/
found 0264021 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 02640213e5f65bb50fb0eff0a067baca9b814794	src/ctype/islower.c

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

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

index at:
100644 3e3dde1006abb09b9d1ab1fe46c2ed0300ab0219	src/ctype/islower.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).