1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Remove bp-sym.h and BP_SYM uses from C code.

This commit is contained in:
Joseph Myers
2013-02-14 13:12:02 +00:00
parent cb57ce6031
commit e97ed6ddbe
27 changed files with 178 additions and 99 deletions

View File

@ -47,11 +47,6 @@
#endif
#include <sys/types.h>
#if HAVE_BP_SYM_H || defined _LIBC
#include <bp-sym.h>
#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)