diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-10 17:07:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-10 17:07:03 +0000 |
commit | 26afaa635796fee008c09155865ee3886bced9c4 (patch) | |
tree | d0495d7fef0a72aff572f56985a6c2792e4bb912 /ChangeLog | |
parent | 6c79e60c344f6b45f36f3e8ba7458af96326ffc4 (diff) | |
download | glibc-26afaa635796fee008c09155865ee3886bced9c4.tar.gz glibc-26afaa635796fee008c09155865ee3886bced9c4.tar.xz glibc-26afaa635796fee008c09155865ee3886bced9c4.zip |
Update.
* stdlib/random_r.c (__setstate_r): Allow call with same state array as currently used (PR libc/774).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1efe006f5d..8b270df5a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1998-09-10 Ulrich Drepper <drepper@cygnus.com> + * stdlib/random_r.c (__setstate_r): Allow call with same state + array as currently used (PR libc/774). + * include/limits.h: Include gcc's header even if this file is found more than once before it (PR libc/778) |