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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
static inline struct pthread *__pthread_self()
{
	struct pthread *self;
	__asm__ __volatile__ ("movl %%fs:0,%0" : "=r" (self) );
	return self;
}

#define TP_ADJ(p) (p)

#define CANCEL_REG_IP 16
debug log:

solving f671c74 ...
found f671c74 in https://inbox.vuxu.org/musl/52BE165C.4040700@barfooze.de/

applying [1/1] https://inbox.vuxu.org/musl/52BE165C.4040700@barfooze.de/
diff --git a/arch/x32/pthread_arch.h b/arch/x32/pthread_arch.h
new file mode 100644
index 0000000..f671c74

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

index at:
100644 f671c741375f82ad22b778b90edc577e4103b77f	arch/x32/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).