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

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

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

weak_alias(sccp, __syscall_cp);
debug log:

solving dac340d ...
found dac340d in https://inbox.vuxu.org/musl/60BABB60-7D9B-4D66-8645-4CDFD07E1338@palsenberg.com/
found a39117e in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 a39117e75c289a4b43c73808265c179ee5751b93	src/thread/cancel_dummy.c

applying [1/1] https://inbox.vuxu.org/musl/60BABB60-7D9B-4D66-8645-4CDFD07E1338@palsenberg.com/
diff --git a/src/thread/cancel_dummy.c b/src/thread/cancel_dummy.c
index a39117e..dac340d 100644

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

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