add defines for number of sigset_t bytes syscalls expect

yet another gratuitous mips incompatibility...
This commit is contained in:
Rich Felker
2012-08-09 21:35:19 -04:00
parent b3c4cc121f
commit 83b42d94bd
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -3,6 +3,8 @@
((union { long long ll; long l[2]; }){ .ll = x }).l[1]
#define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
#define __SYSCALL_SSLEN 16
long (__syscall)(long, ...);
static inline long __syscall0(long n)