cleanup mbstowcs wrapper
[musl] / arch / x86_64 / syscall_arch.h
index 1c4b48a..a85c440 100644 (file)
@@ -1,8 +1,6 @@
 #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;