From e97ed6ddbe0d53d616d93669826db225b12c3235 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 14 Feb 2013 13:12:02 +0000 Subject: Remove bp-sym.h and BP_SYM uses from C code. --- string/memchr.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'string') diff --git a/string/memchr.c b/string/memchr.c index d4c8457..2427c4b 100644 --- a/string/memchr.c +++ b/string/memchr.c @@ -47,11 +47,6 @@ #endif #include -#if HAVE_BP_SYM_H || defined _LIBC -#include -#else -# define BP_SYM(sym) sym -#endif #undef memchr #undef __memchr @@ -203,6 +198,6 @@ __memchr (s, c_in, n) return 0; } #ifdef weak_alias -weak_alias (__memchr, BP_SYM (memchr)) +weak_alias (__memchr, memchr) #endif libc_hidden_builtin_def (memchr) -- cgit v1.1