summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 2c45c6f82..f5bbe69af 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2009-03-14 Corinna Vinschen <corinna@vinschen.de>
+ * libc/include/stdlib.h (_mkstemp_r, _mktemp_r): Move out of
+ !_REENT_ONLY section.
+
+2009-03-14 Corinna Vinschen <corinna@vinschen.de>
+
* libc/include/stdio.h (_mkstemp_r, _mktemp_r): Move declarations
to stdlib.h.
* libc/include/stdlib.h (mktemp, _mktemp_r): Warn when using.