Sign in
android
/
platform
/
external
/
musl
/
dba68bf9
/
.
/
src
/
thread
/
cancel_dummy.c
blob: a39117e75c289a4b43c73808265c179ee5751b93 [
file
] [
log
] [
blame
]
#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
);