yet another gratuitous mips incompatibility...
((union { long long ll; long l[2]; }){ .ll = x }).l[1]
#define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x))
+#define __SYSCALL_SSLEN 8
+
long (__syscall)(long, ...);
static inline long __syscall0(long n)
((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;
((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)
#define __SYSCALL_LL_E(x) (x)
#define __SYSCALL_LL_O(x) (x)
+#define __SYSCALL_SSLEN 8
+
static inline long __syscall0(long __n)
{
unsigned long __ret;