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
commit63172ff7781c9cd2f872362e8933a872c6ef8eb3 (patch)
tree4b93bd9399afaf58e958a00f1bf7537d9b9733b0
parent462877663a2495ec7c67c7596eb5ac3301463525 (diff)
downloadgdb-63172ff7781c9cd2f872362e8933a872c6ef8eb3.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/