mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-10 16:42:59 +03:00
ppc signal/NSIG related fix (warning fix, redefinition)
This commit is contained in:
parent
65b98213e4
commit
b5e3832f85
@ -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, ...);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user