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

1
2
3
4
5
6
7
8
 
static inline 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 f75379c ...
found f75379c in https://git.vuxu.org/mirror/musl/

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