aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/alpha/memchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/alpha/memchr.c')
-rw-r--r--ports/sysdeps/alpha/memchr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/sysdeps/alpha/memchr.c b/ports/sysdeps/alpha/memchr.c
index 70416d5..67f718a 100644
--- a/ports/sysdeps/alpha/memchr.c
+++ b/ports/sysdeps/alpha/memchr.c
@@ -16,7 +16,6 @@
<http://www.gnu.org/licenses/>. */
#include <string.h>
-#include <bp-sym.h>
typedef unsigned long word;
@@ -170,6 +169,6 @@ __memchr (const void *s, int xc, size_t n)
}
#ifdef weak_alias
-weak_alias (__memchr, BP_SYM (memchr))
+weak_alias (__memchr, memchr)
#endif
libc_hidden_builtin_def (memchr)