summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-04-24 03:58:48 +0000
committerUlrich Drepper <drepper@redhat.com>2009-04-24 03:58:48 +0000
commitfe12c7984b6631cf5e7b66d97f51f4aa16fd821e (patch)
treeba483bd9d607eecea6a32758fff634caa76c441e /ChangeLog
parent3d855f75d211ff7b5961f2e0153dc8b3f125f4d7 (diff)
* stdlib/random_r.c (__srandom_r): Change type of word to int32_t to get consistency between 32 and 64 bit architectures.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2470802090..fcdc620e0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-04-23 Ulrich Drepper <drepper@redhat.com>
+ [BZ #9920]
+ * stdlib/random_r.c (__srandom_r): Change type of word to int32_t
+ to get consistency between 32 and 64 bit architectures.
+
[BZ #10052]
* sysdeps/unix/make-syscalls.sh: Add rule to create target
directory for dummy syscall rules.