mailing list of musl libc
 help / color / mirror / code / Atom feed
654bdc577e5b70ea07044b33252e2d8f09aeb22e blob 195 bytes (raw)

1
2
3
4
5
6
7
8
 
#include "pthread_impl.h"
#include <stdint.h>

__attribute__((__visibility__("hidden")))
void *__aeabi_read_tp_c(void)
{
	return (void *)((uintptr_t)__pthread_self()-8+sizeof(struct pthread));
}
debug log:

solving 654bdc57 ...
found 654bdc57 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).