* string/test-memset.c (do_one_test): Compare effect of call, not
authorUlrich Drepper <drepper@redhat.com>
Sun, 24 Jul 2005 23:08:03 +0000 (23:08 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 24 Jul 2005 23:08:03 +0000 (23:08 +0000)
only return value.

Add a few cassts to avoid warnings.

ChangeLog

index 44cdd21..314f9a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.