projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65b9821
)
ppc signal/NSIG related fix (warning fix, redefinition)
author
Rich Felker
<dalias@aerifal.cx>
Wed, 21 Nov 2012 18:49:31 +0000
(13:49 -0500)
committer
Rich Felker
<dalias@aerifal.cx>
Wed, 21 Nov 2012 18:49:31 +0000
(13:49 -0500)
arch/powerpc/syscall_arch.h
patch
|
blob
|
history
diff --git
a/arch/powerpc/syscall_arch.h
b/arch/powerpc/syscall_arch.h
index 72e5522076f5a8ec10894fd0c2a9868735886e1e..33ede36284d2015ad906683a61499269e9499c7e 100644
(file)
--- 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, ...);