summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-09-20 16:56:02 +0000
committerPaul Brook <paul@codesourcery.com>2006-09-20 16:56:02 +0000
commit7c921e326319b7a5adc287430dc56441842e5675 (patch)
tree41482b30d4b808d90365070613d4010e8e0d6684
parent7ef66d8bae071be6d6cff29a7e2c989919c48f36 (diff)
downloadbinutils-gdb-7c921e326319b7a5adc287430dc56441842e5675.tar.gz
2006-09-20 Paul Brook <paul@codesourcery.com>
newlib/ * libc/stdlib/rand.c (srand): Add _REENT_CHECK_RAND48.
-rw-r--r--ChangeLog.csl5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index da32283d2ca..6682c13826b 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,8 @@
+2006-09-20 Paul Brook <paul@codesourcery.com>
+
+ newlib/
+ * libc/stdlib/rand.c (srand): Add _REENT_CHECK_RAND48.
+
2006-09-18 Nathan Sidwell <nathan@codesourcery.com>
libgloss/