mailing list of musl libc
 help / color / mirror / code / Atom feed
72469703c724cb8df0cb86957684b7e78291da93 blob 216 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
#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);
}

static void dummy()
{
}

weak_alias(dummy, __testcancel);
debug log:

solving 7246970 ...
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/1] 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

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

index at:
100644 72469703c724cb8df0cb86957684b7e78291da93	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).