From 661607b3dd9f0b10667d4040843c1a3dc40f0cc9 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 14 Jul 2011 20:47:54 -0700 Subject: Quash a warning in strstr-c.c built for static. --- sysdeps/i386/i686/multiarch/strstr-c.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/i386/i686/multiarch') diff --git a/sysdeps/i386/i686/multiarch/strstr-c.c b/sysdeps/i386/i686/multiarch/strstr-c.c index efa9f78f81..1fcb00edac 100644 --- a/sysdeps/i386/i686/multiarch/strstr-c.c +++ b/sysdeps/i386/i686/multiarch/strstr-c.c @@ -1,9 +1,11 @@ #include "init-arch.h" #define STRSTR __strstr_ia32 +#if defined SHARED && defined DO_VERSIONING && !defined NO_HIDDEN #undef libc_hidden_builtin_def #define libc_hidden_builtin_def(name) \ __hidden_ver1 (__strstr_ia32, __GI_strstr, __strstr_ia32); +#endif #include "string/strstr.c" -- cgit 1.4.1