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

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

static void *__pthread_getspecific(pthread_key_t k)
{
	struct pthread *self = __pthread_self();
	return self->tsd[k];
}

weak_alias(__pthread_getspecific, pthread_getspecific);
weak_alias(__pthread_getspecific, tss_get);
debug log:

solving bfc4294 ...
found bfc4294 in https://inbox.vuxu.org/musl/1406886931.4830.92.camel@eris.loria.fr/ ||
	https://inbox.vuxu.org/musl/1407144603.8274.248.camel@eris.loria.fr/ ||
	https://inbox.vuxu.org/musl/d408051f223ecc194b28f8df1f113a30427d17f6.1409524413.git.Jens.Gustedt@inria.fr/ ||
	https://inbox.vuxu.org/musl/b91c6335ff9753691922f845f726c18f8e68802a.1409423162.git.Jens.Gustedt@inria.fr/ ||
	https://inbox.vuxu.org/musl/1409177505.4476.75.camel@eris.loria.fr/
found b2a282c in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 b2a282c6e966c2d3d7381931f910fc7697f8292f	src/thread/pthread_getspecific.c

applying [1/5] https://inbox.vuxu.org/musl/1406886931.4830.92.camel@eris.loria.fr/
diff --git a/src/thread/pthread_getspecific.c b/src/thread/pthread_getspecific.c\r
index b2a282c..bfc4294 100644\r

Checking patch src/thread/pthread_getspecific.c...
Applied patch src/thread/pthread_getspecific.c cleanly.

skipping https://inbox.vuxu.org/musl/1407144603.8274.248.camel@eris.loria.fr/ for bfc4294
skipping https://inbox.vuxu.org/musl/d408051f223ecc194b28f8df1f113a30427d17f6.1409524413.git.Jens.Gustedt@inria.fr/ for bfc4294
skipping https://inbox.vuxu.org/musl/b91c6335ff9753691922f845f726c18f8e68802a.1409423162.git.Jens.Gustedt@inria.fr/ for bfc4294
skipping https://inbox.vuxu.org/musl/1409177505.4476.75.camel@eris.loria.fr/ for bfc4294
index at:
100644 e9a4cb7307b29cb264ce91974a9cc261a7784660	src/thread/pthread_getspecific.c

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