diff options
Diffstat (limited to 'arch/microblaze/syscall_arch.h')
-rw-r--r-- | arch/microblaze/syscall_arch.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/syscall_arch.h b/arch/microblaze/syscall_arch.h index 5d66cb11..231bed42 100644 --- a/arch/microblaze/syscall_arch.h +++ b/arch/microblaze/syscall_arch.h @@ -3,8 +3,6 @@ ((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 - #ifndef __clang__ static __inline long __syscall0(long n) |