mailing list of musl libc
 help / color / mirror / code / Atom feed
6046367fd93a3b42d74bc9bd10821b2a3701c1ce blob 455 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
#include "pthread_impl.h"
#ifdef __ILP32__
#define __syscall_long long long
#else
#define __syscall_long long
#endif

static long sccp(__syscall_long nr, __syscall_long u,
                           __syscall_long v, __syscall_long w,
                           __syscall_long x, __syscall_long y, __syscall_long z)
{
	return (__syscall)(nr, u, v, w, x, y, z);
}

weak_alias(sccp, __syscall_cp);

static void dummy()
{
}

weak_alias(dummy, __testcancel);
debug log:

solving 6046367 ...
found 6046367 in https://inbox.vuxu.org/musl/52BE165C.4040700@barfooze.de/
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/52BE165C.4040700@barfooze.de/
diff --git a/src/thread/cancel_dummy.c b/src/thread/cancel_dummy.c
index 047692c..6046367 100644

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

index at:
100644 6046367fd93a3b42d74bc9bd10821b2a3701c1ce	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).