X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Farm%2Fsyscall_arch.h;h=e10748a49ddaac3a63aca637bde7f85e8864da7c;hb=233767b48a083f526557ee39aa1c773efa345972;hp=f50c3b412774d8076ad41c78771e0095461e4267;hpb=075fdb909b7692df7f3c440331114a754267a167;p=musl diff --git a/arch/arm/syscall_arch.h b/arch/arm/syscall_arch.h index f50c3b41..e10748a4 100644 --- a/arch/arm/syscall_arch.h +++ b/arch/arm/syscall_arch.h @@ -3,7 +3,7 @@ ((union { long long ll; long l[2]; }){ .ll = x }).l[1] #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x)) -#define __SYSCALL_SSLEN 8 +long (__syscall)(long, ...); #ifndef __clang__