summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-11-24 22:34:15 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-11-24 22:34:15 +0000
commitc41a1cb7d8162094bec6f41e9a82900be1419b0f (patch)
treef750bc569041aafc2c62f972361eb9ed567b8737 /newlib/ChangeLog
parent16ac96ee6995fa023a32794333cf997fb695cd25 (diff)
downloadcygnal-c41a1cb7d8162094bec6f41e9a82900be1419b0f.tar.gz
cygnal-c41a1cb7d8162094bec6f41e9a82900be1419b0f.tar.bz2
cygnal-c41a1cb7d8162094bec6f41e9a82900be1419b0f.zip
2004-11-24 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdlib.h (putenv, _putenv_r): Change to remove const for value string parameter. * libc/stdlib/putenv.c: Ditto. * libc/stdlib/putenv_r.c: Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index a4c550517..efac7a645 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,12 @@
2004-11-24 Jeff Johnston <jjohnstn@redhat.com>
+ * libc/include/stdlib.h (putenv, _putenv_r): Change to remove
+ const for value string parameter.
+ * libc/stdlib/putenv.c: Ditto.
+ * libc/stdlib/putenv_r.c: Ditto.
+
+2004-11-24 Jeff Johnston <jjohnstn@redhat.com>
+
* libc/stdio/Makefile.am: Fix missing vfscanf.
* libc/stdio/Makefile.in: Regenerated.