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

1
2
3
4
5
6
7
8
 
#include <threads.h>
#include <pthread.h>
#include <stdint.h>

__noreturn void thrd_exit(int result)
{
	__pthread_exit((void*)(intptr_t)result);
}
debug log:

solving fd094441 ...
found fd094441 in https://inbox.vuxu.org/musl/97ee24cd7b61a011fe198f3e5e1fe71ed13badef.1684932861.git.Jens.Gustedt@inria.fr/ ||
	https://inbox.vuxu.org/musl/c05360e4272e210dff78274697c2df20daf4b7d5.1685522953.git.Jens.Gustedt@inria.fr/
found 9b291ae3 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 9b291ae3db2de16b19c90f504c8e9e7102e10adb	src/thread/thrd_exit.c

applying [1/2] https://inbox.vuxu.org/musl/97ee24cd7b61a011fe198f3e5e1fe71ed13badef.1684932861.git.Jens.Gustedt@inria.fr/
diff --git a/src/thread/thrd_exit.c b/src/thread/thrd_exit.c
index 9b291ae3..fd094441 100644

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

skipping https://inbox.vuxu.org/musl/c05360e4272e210dff78274697c2df20daf4b7d5.1685522953.git.Jens.Gustedt@inria.fr/ for fd094441
index at:
100644 fd094441f32c7935298a44b93bc2a4e1c3329eed	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).