From 18f75b80fd67fd7348fcfb807216f654597b592f Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 30 Apr 2015 18:50:04 +0100 Subject: fix __syscall declaration with wrong visibility in syscall_arch.h remove __syscall declaration where it is not needed (aarch64, arm, microblaze, or1k) and add the hidden attribute where it is (mips). --- arch/or1k/syscall_arch.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/or1k/syscall_arch.h') diff --git a/arch/or1k/syscall_arch.h b/arch/or1k/syscall_arch.h index 3e4650cc..caff7ece 100644 --- a/arch/or1k/syscall_arch.h +++ b/arch/or1k/syscall_arch.h @@ -5,8 +5,6 @@ #define SYSCALL_MMAP2_UNIT 8192ULL -long (__syscall)(long, ...); - #ifndef __clang__ static __inline long __syscall0(long n) -- cgit v1.2.1