mailing list of musl libc
 help / color / mirror / code / Atom feed
7e05f856a7275e2a748f8deb6f392ced183b19cd blob 409 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
#include "libc.h"

#ifdef USE_LIBC_ACCESSOR
struct __libc *__libc_loc()
{
	static struct __libc __libc;
	return &__libc;
}
#else
struct __libc __libc;
#endif

#ifdef BROKEN_VISIBILITY
__asm__(".hidden __libc");
#endif

size_t __hwcap;
size_t __sysinfo;
const char *__progname=0, *__progname_full=0;

weak_alias(__progname, program_invocation_short_name);
weak_alias(__progname_full, program_invocation_name);
debug log:

solving 7e05f85 ...
found 7e05f85 in https://inbox.vuxu.org/musl/20130405025157.GA5538@brightrain.aerifal.cx/
found d22d274 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 d22d274708b0d084b30cd72b713df740841e62b4	src/internal/libc.c

applying [1/1] https://inbox.vuxu.org/musl/20130405025157.GA5538@brightrain.aerifal.cx/
diff --git a/src/internal/libc.c b/src/internal/libc.c
index d22d274..7e05f85 100644

Checking patch src/internal/libc.c...
Applied patch src/internal/libc.c cleanly.

index at:
100644 7e05f856a7275e2a748f8deb6f392ced183b19cd	src/internal/libc.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).