From 626da526d693cb685a4e7cde534200a042986352 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 18 Jul 2000 08:42:07 +0000 Subject: Upate. 2000-07-18 Andreas Jaeger * sysdeps/alpha/memchr.S: Fix copy & error in weak_alias. * sysdeps/generic/memchr.c: Fix copy & paste error: Use memchr instead of memrchr. --- sysdeps/alpha/memchr.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/alpha/memchr.S') diff --git a/sysdeps/alpha/memchr.S b/sysdeps/alpha/memchr.S index 58899f346b..5947a0bdef 100644 --- a/sysdeps/alpha/memchr.S +++ b/sysdeps/alpha/memchr.S @@ -169,4 +169,4 @@ $not_found: END(__memchr) -weak_alias (__stpcpy, stpcpy) +weak_alias (__memchr, memchr) -- cgit 1.4.1