X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fsyscall_arch.h;h=33ede36284d2015ad906683a61499269e9499c7e;hb=a50136dfe186a3ea3d78a4264187915ad16ab861;hp=72e5522076f5a8ec10894fd0c2a9868735886e1e;hpb=8bb181622222f2ee3462c8b021bcae4fcdbbd37a;p=musl diff --git a/arch/powerpc/syscall_arch.h b/arch/powerpc/syscall_arch.h index 72e55220..33ede362 100644 --- a/arch/powerpc/syscall_arch.h +++ b/arch/powerpc/syscall_arch.h @@ -3,8 +3,7 @@ ((union { long long ll; long l[2]; }){ .ll = x }).l[1] #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x)) -#define _NSIG 64 -#define __SYSCALL_SSLEN (_NSIG/8) +#define __SYSCALL_SSLEN 8 long (__syscall)(long, ...);