X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=arch%2Fs390x%2Fsyscall_arch.h;h=83cc9a27c63f06a55613aab3f30e9b65d67248ef;hb=3281047cfca0f3848d0613e3c0d19d41b0531564;hp=afb99852ebbe009514aab2e08c9f235d46241a55;hpb=15094943050eb9a564f409323070e50b40f78816;p=musl diff --git a/arch/s390x/syscall_arch.h b/arch/s390x/syscall_arch.h index afb99852..83cc9a27 100644 --- a/arch/s390x/syscall_arch.h +++ b/arch/s390x/syscall_arch.h @@ -72,5 +72,3 @@ static inline long __syscall6(long n, long a, long b, long c, long d, long e, lo register long r7 __asm__("r7") = f; __asm_syscall("+r"(r2), "r"(r1), "r"(r3), "r"(r4), "r"(r5), "r"(r6), "r"(r7)); } - -#define SYSCALL_USE_SOCKETCALL