projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23e6128
)
Fix copy & error in weak_alias.
author
Andreas Jaeger
<aj@suse.de>
Tue, 18 Jul 2000 08:40:57 +0000
(08:40 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Tue, 18 Jul 2000 08:40:57 +0000
(08:40 +0000)
sysdeps/alpha/memchr.S
patch
|
blob
|
history
diff --git
a/sysdeps/alpha/memchr.S
b/sysdeps/alpha/memchr.S
index
58899f3
..
5947a0b
100644
(file)
--- 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
)