1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2002-12-02  Ulrich Drepper  <drepper@redhat.com>

	* po/fi.po: Update from translation team.
This commit is contained in:
Ulrich Drepper
2002-12-02 18:14:24 +00:00
parent 91949a339b
commit 00a13bbd04
3 changed files with 5386 additions and 5106 deletions

View File

@ -166,7 +166,7 @@ work (void *arg)
/* Determine what to do. */
unsigned int rnum;
/* Equal distribution. */
/* Uniform distribution. */
do
rnum = rand_r (&state);
while (rnum >= UINT_MAX - (UINT_MAX % 100));