mailing list of musl libc
 help / color / mirror / code / Atom feed
83d1447460a7ee263a04e8b4d4b7121fdd8fc0b1 blob 235 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
#if __STDC_VERSION__ >= 199901L
inline
#endif
static struct pthread *__pthread_self()
{
	struct pthread *self;
	__asm__ __volatile__ ("movq %%fs:0,%0" : "=r" (self) );
	return self;
}

#define CANCEL_REG_SP 15
#define CANCEL_REG_IP 16
debug log:

solving 83d1447 ...
found 83d1447 in https://inbox.vuxu.org/musl/62688.132.241.65.179.1345702822.squirrel@lavabit.com/
found 836187f in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 836187f5654ea4087c754c512f3543163e3738ff	arch/x86_64/pthread_arch.h

applying [1/1] https://inbox.vuxu.org/musl/62688.132.241.65.179.1345702822.squirrel@lavabit.com/
diff --git a/arch/x86_64/pthread_arch.h b/arch/x86_64/pthread_arch.h
index 836187f..83d1447 100644

Checking patch arch/x86_64/pthread_arch.h...
Applied patch arch/x86_64/pthread_arch.h cleanly.

index at:
100644 83d1447460a7ee263a04e8b4d4b7121fdd8fc0b1	arch/x86_64/pthread_arch.h

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).