mailing list of musl libc
 help / color / mirror / code / Atom feed
655a22226ee59b3a9a1b69ca1f527f17c56325e9 blob 222 bytes (raw)

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

_Weak
long (__syscall_cp)(long nr, long u, long v, long w, long x, long y, long z)
{
	return (__syscall)(nr, u, v, w, x, y, z);
}

WEAK_PROVIDE_VOID;
weak_alias(__weak_dummy_void, __testcancel);
debug log:

solving 655a222 ...
found 655a222 in https://inbox.vuxu.org/musl/fef8bbf759787cabc4ffd61c4e3357bc11112f8b.1360968989.git.Jens.Gustedt@inria.fr/
found 7246970 in https://inbox.vuxu.org/musl/50a7dfa0d4087c301278e0626cb0780338342dbb.1360968989.git.Jens.Gustedt@inria.fr/
found 047692c in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 047692c407007cf282ff3e4e7bb64b65b7450382	src/thread/cancel_dummy.c

applying [1/2] https://inbox.vuxu.org/musl/50a7dfa0d4087c301278e0626cb0780338342dbb.1360968989.git.Jens.Gustedt@inria.fr/
diff --git a/src/thread/cancel_dummy.c b/src/thread/cancel_dummy.c
index 047692c..7246970 100644


applying [2/2] https://inbox.vuxu.org/musl/fef8bbf759787cabc4ffd61c4e3357bc11112f8b.1360968989.git.Jens.Gustedt@inria.fr/
diff --git a/src/thread/cancel_dummy.c b/src/thread/cancel_dummy.c
index 7246970..655a222 100644

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

index at:
100644 655a22226ee59b3a9a1b69ca1f527f17c56325e9	src/thread/cancel_dummy.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).