diff options
author | Andreas Jaeger <aj@suse.de> | 2000-07-18 08:42:07 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-07-18 08:42:07 +0000 |
commit | 626da526d693cb685a4e7cde534200a042986352 (patch) | |
tree | f30463fb50fec387c5dd571a29b34f9ab1c5bfa9 /sysdeps/alpha | |
parent | 24b6996e256b930327a48b2cea9acc26633d89fc (diff) | |
download | glibc-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')
-rw-r--r-- | sysdeps/alpha/memchr.S | 2 |
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) |