mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
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.
This commit is contained in:
parent
24b6996e25
commit
626da526d6
@ -1,3 +1,10 @@
|
||||
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.
|
||||
|
||||
2000-07-18 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* intl/Makefile: Make sure tst-translit is run after tst-gettext.
|
||||
|
@ -169,4 +169,4 @@ $not_found:
|
||||
|
||||
END(__memchr)
|
||||
|
||||
weak_alias (__stpcpy, stpcpy)
|
||||
weak_alias (__memchr, memchr)
|
||||
|
Loading…
Reference in New Issue
Block a user