diff options
Diffstat (limited to 'sysdeps/alpha/memchr.S')
-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) |