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

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

static 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 a39117e ...
found a39117e in https://git.vuxu.org/mirror/musl/

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).