From: Ulrich Drepper Date: Sat, 17 Dec 2011 19:40:33 +0000 (-0500) Subject: WP fixes X-Git-Tag: glibc-2.15~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91e4d56a68a577d747000980eba94976fa687a35;p=thirdparty%2Fglibc.git WP fixes --- diff --git a/string/test-strcmp.c b/string/test-strcmp.c index 5ed96260209..62a42eba859 100644 --- a/string/test-strcmp.c +++ b/string/test-strcmp.c @@ -226,9 +226,11 @@ do_random_tests (void) for (size_t n = 0; n < ITERATIONS; n++) { - /* for wcscmp case align1 and align2 mean here alignment in wchar_t symbols, it - equal 4*k alignment in bytes, we don't check other alignments like for example p1 = (wchar_t *)(buf1 + 1) - because it's wrong using of wchar_t type. */ + /* for wcscmp case align1 and align2 mean here alignment + in wchar_t symbols, it equal 4*k alignment in bytes, we + don't check other alignments like for example + p1 = (wchar_t *)(buf1 + 1) + because it's wrong using of wchar_t type. */ size_t align1 = random () & 31; size_t align2; if (random () & 1)