* string/test-memset.c (do_one_test): Compare effect of call, not

only return value.

	Add a few cassts to avoid warnings.
This commit is contained in:
Ulrich Drepper 2005-07-24 23:08:03 +00:00
parent c158fc76d9
commit 000a4dfe5f
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2005-07-24 Ulrich Drepper <drepper@redhat.com>
* string/test-memset.c (do_one_test): Compare effect of call, not
only return value.
Add a few cassts to avoid warnings.
2005-07-24 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
* sysdeps/sh/memset.S (memset): Correct 2nd argument handling.