mailing list of musl libc
 help / color / mirror / code / Atom feed
204c217f0bab7a90125dd27b3d8ad30566eff065 blob 249 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#if __STDC_VERSION__ >= 199901L
inline
#endif
static struct pthread *__pthread_self()
{
	struct pthread *self;
	__asm__ __volatile__ (".word 0x7c03e83b" : "=v" (self) );
	return self;
}

#define CANCEL_REG_IP (3-(union {int __i; char __b;}){1}.__b)
debug log:

solving 204c217 ...
found 204c217 in https://inbox.vuxu.org/musl/62688.132.241.65.179.1345702822.squirrel@lavabit.com/
found f75379c in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 f75379cf834deb53c02c31c5f28584b75c0e7a44	arch/mips/pthread_arch.h

applying [1/1] https://inbox.vuxu.org/musl/62688.132.241.65.179.1345702822.squirrel@lavabit.com/
diff --git a/arch/mips/pthread_arch.h b/arch/mips/pthread_arch.h
index f75379c..204c217 100644

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

index at:
100644 204c217f0bab7a90125dd27b3d8ad30566eff065	arch/mips/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).