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

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

extern inline int isupper(int);

int __isupper_l(int c, locale_t l)
{
	return isupper(c);
}

weak_alias(__isupper_l, isupper_l);
debug log:

solving ef808e4 ...
found ef808e4 in https://inbox.vuxu.org/musl/20141013142020.GA26828@zx-spectrum.accesssoftek.com/
found 68c36f4 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 68c36f4a424f25c57651007adda7f84d1563c9a1	src/ctype/isupper.c

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

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

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