mirror of git://sourceware.org/git/glibc.git
Update.
2002-12-02 Ulrich Drepper <drepper@redhat.com> * po/fi.po: Update from translation team.
This commit is contained in:
parent
91949a339b
commit
00a13bbd04
|
@ -1,3 +1,7 @@
|
||||||
|
2002-12-02 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* po/fi.po: Update from translation team.
|
||||||
|
|
||||||
2002-12-01 Roland McGrath <roland@redhat.com>
|
2002-12-01 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* scripts/versions.awk: Don't pass -n flag to sort command.
|
* scripts/versions.awk: Don't pass -n flag to sort command.
|
||||||
|
|
|
@ -166,7 +166,7 @@ work (void *arg)
|
||||||
/* Determine what to do. */
|
/* Determine what to do. */
|
||||||
unsigned int rnum;
|
unsigned int rnum;
|
||||||
|
|
||||||
/* Equal distribution. */
|
/* Uniform distribution. */
|
||||||
do
|
do
|
||||||
rnum = rand_r (&state);
|
rnum = rand_r (&state);
|
||||||
while (rnum >= UINT_MAX - (UINT_MAX % 100));
|
while (rnum >= UINT_MAX - (UINT_MAX % 100));
|
||||||
|
|
Loading…
Reference in New Issue