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

1
2
3
4
5
6
7
 
#include "pthread_impl.h"

void *pthread_getspecific(pthread_key_t k)
{
	struct pthread *self = __pthread_self();
	return self->tsd[k];
}
debug log:

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