mailing list of musl libc
 help / color / mirror / code / Atom feed
50952acc510000bcea1908cc5591534f62dcb6e3 blob 210 bytes (raw)

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

_Noreturn void __pthread_exit(void *);

_Noreturn void __thrd_exit(int result) {
	__pthread_exit((void*)(intptr_t)result);
}

weak_alias(__thrd_exit, thrd_exit);
debug log:

solving 50952ac ...
found 50952ac in https://inbox.vuxu.org/musl/84b57c4f92b17384a2acdb2909d7ad8290abe31f.1409524413.git.Jens.Gustedt@inria.fr/

applying [1/1] https://inbox.vuxu.org/musl/84b57c4f92b17384a2acdb2909d7ad8290abe31f.1409524413.git.Jens.Gustedt@inria.fr/
diff --git a/src/thread/thrd_exit.c b/src/thread/thrd_exit.c
new file mode 100644
index 0000000..50952ac

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

index at:
100644 50952acc510000bcea1908cc5591534f62dcb6e3	src/thread/thrd_exit.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).