about summary refs log tree commit diff
path: root/sysdeps/alpha/memchr.S
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-07-18 08:42:07 +0000
committerAndreas Jaeger <aj@suse.de>2000-07-18 08:42:07 +0000
commit626da526d693cb685a4e7cde534200a042986352 (patch)
treef30463fb50fec387c5dd571a29b34f9ab1c5bfa9 /sysdeps/alpha/memchr.S
parent24b6996e256b930327a48b2cea9acc26633d89fc (diff)
downloadglibc-626da526d693cb685a4e7cde534200a042986352.tar.gz
glibc-626da526d693cb685a4e7cde534200a042986352.tar.xz
glibc-626da526d693cb685a4e7cde534200a042986352.zip
Upate.
2000-07-18  Andreas Jaeger  <aj@suse.de>

	* sysdeps/alpha/memchr.S: Fix copy & error in weak_alias.

	* sysdeps/generic/memchr.c: Fix copy & paste error: Use memchr
	instead of memrchr.
Diffstat (limited to 'sysdeps/alpha/memchr.S')
-rw-r--r--sysdeps/alpha/memchr.S2
1 files changed, 1 insertions, 1 deletions
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)