mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Update.
2002-12-02 Ulrich Drepper <drepper@redhat.com> * po/fi.po: Update from translation team.
This commit is contained in:
@ -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));
|
||||||
|
Reference in New Issue
Block a user