mailing list of musl libc
 help / color / mirror / code / Atom feed
83fba0d39606f82af35f916a7eac4d23ecefcf0a blob 602 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"
#include "syscall.h"

__attribute__((__visibility__("hidden")))
long __syscall_cp_c();

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

weak_alias(sccp, __syscall_cp_c);

long (__syscall_cp)(syscall_arg_t nr,
                    syscall_arg_t u, syscall_arg_t v, syscall_arg_t w,
                    syscall_arg_t x, syscall_arg_t y, syscall_arg_t z)
{
	return __syscall_cp_c(nr, u, v, w, x, y, z);
}
debug log:

solving 7b870faa ...
found 7b870faa in https://inbox.vuxu.org/musl/DB6PR0502MB3016ADDF1A67C6E0264F9B7DE7F60@DB6PR0502MB3016.eurprd05.prod.outlook.com/
found 09a2be84 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 09a2be84f58395f9d31531fa161d52f44c0f275b	src/thread/__syscall_cp.c

applying [1/1] https://inbox.vuxu.org/musl/DB6PR0502MB3016ADDF1A67C6E0264F9B7DE7F60@DB6PR0502MB3016.eurprd05.prod.outlook.com/
diff --git a/src/thread/__syscall_cp.c b/src/thread/__syscall_cp.c
index 09a2be84..7b870faa 100644

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

index at:
100644 83fba0d39606f82af35f916a7eac4d23ecefcf0a	src/thread/__syscall_cp.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).