From 0d58bf2d6078dd486951cdeb24790043eb171081 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 15 Dec 2015 23:18:38 -0500 Subject: remove visibility suppression by SHARED macro in mips and x32 arch files commit 8a8fdf6398b85c99dffb237e47fa577e2ddc9e77 was intended to remove all such usage, but these arch-specific files were overlooked, leading to inconsistent declarations and definitions. --- arch/mips/syscall_arch.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/mips') diff --git a/arch/mips/syscall_arch.h b/arch/mips/syscall_arch.h index 1b1179c4..e74e0ad0 100644 --- a/arch/mips/syscall_arch.h +++ b/arch/mips/syscall_arch.h @@ -3,9 +3,7 @@ ((union { long long ll; long l[2]; }){ .ll = x }).l[1] #define __SYSCALL_LL_O(x) 0, __SYSCALL_LL_E((x)) -#ifdef SHARED __attribute__((visibility("hidden"))) -#endif long (__syscall)(long, ...); #define SYSCALL_RLIM_INFINITY (-1UL/2) -- cgit v1.2.1