This commit is contained in:
Ulrich Drepper 2011-12-17 14:40:33 -05:00
parent 1d3e4b618a
commit 91e4d56a68
1 changed files with 5 additions and 3 deletions

View File

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