mailing list of musl libc
 help / color / mirror / code / Atom feed
00788c48b5557872ffffc023577f1996fb48a909 blob 169 bytes (raw)

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

/* This is needed because not all arch have __pthread_self as a static
   symbol. */
pthread_t pthread_self()
{
	return __pthread_self();
}
debug log:

solving 04f3e87 ...
found 04f3e87 in https://inbox.vuxu.org/musl/1406886931.4830.92.camel@eris.loria.fr/
found 5f9e651 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 5f9e6516ac922742b308da019a974876c0f0e507	src/thread/pthread_self.c

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

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

index at:
100644 00788c48b5557872ffffc023577f1996fb48a909	src/thread/pthread_self.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).