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

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

int __pthread_detach(thrd_t t);

int thrd_detach(thrd_t t)
{
	/* This internal function never fails, so it always returns
	 * 0. Under the assumption that thrd_success is 0 this is a
	 * tail call. */
	return __pthread_detach(t);
}
debug log:

solving b0b153c ...
found b0b153c 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_detach.c b/src/thread/thrd_detach.c
new file mode 100644
index 0000000..b0b153c

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

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