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:
Andreas Jaeger 2000-07-18 08:42:07 +00:00
parent 24b6996e25
commit 626da526d6
2 changed files with 8 additions and 1 deletions

View file

@ -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.

View file

@ -169,4 +169,4 @@ $not_found:
END(__memchr)
weak_alias (__stpcpy, stpcpy)
weak_alias (__memchr, memchr)