add defines for number of sigset_t bytes syscalls expect
[musl] / arch / i386 / bits / syscall.h
index 37b339c..4b574e9 100644 (file)
@@ -3,6 +3,8 @@
 ((union { long long ll; long l[2]; }){ .ll = x }).l[1]
 #define __SYSCALL_LL_O(x) __SYSCALL_LL_E((x))
 
+#define __SYSCALL_SSLEN 8
+
 static inline long __syscall0(long __n)
 {
        unsigned long __ret;