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

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

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

solving 39f8b89 ...
found 39f8b89 in https://inbox.vuxu.org/musl/1406886931.4830.92.camel@eris.loria.fr/

applying [1/1] https://inbox.vuxu.org/musl/1406886931.4830.92.camel@eris.loria.fr/
diff --git a/src/thread/thrd_current.c b/src/thread/thrd_current.c\r
new file mode 100644\r
index 0000000..39f8b89\r

1:7: trailing whitespace.
#include "pthread_impl.h"\r
1:8: trailing whitespace.
#include <threads.h>\r
1:9: trailing whitespace.
\r
1:10: trailing whitespace.
/* This is needed because not all arch have __pthread_self as a static\r
1:11: trailing whitespace.
   symbol. */\r
Checking patch src/thread/thrd_current.c...
Applied patch src/thread/thrd_current.c cleanly.
warning: squelched 4 whitespace errors
warning: 9 lines add whitespace errors.

index at:
100644 d3751929112295f9ebe11401f4d4afda9f1ef0e9	src/thread/thrd_current.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).