Fix copy & error in weak_alias.
authorAndreas Jaeger <aj@suse.de>
Tue, 18 Jul 2000 08:40:57 +0000 (08:40 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 18 Jul 2000 08:40:57 +0000 (08:40 +0000)
sysdeps/alpha/memchr.S

index 58899f3..5947a0b 100644 (file)
@@ -169,4 +169,4 @@ $not_found:
 
         END(__memchr)
 
-weak_alias (__stpcpy, stpcpy)
+weak_alias (__memchr, memchr)