summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-11-24 22:34:47 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-11-24 22:34:47 +0000
commit9aa189be8395fd49ebd89a3918eb9584c4631f15 (patch)
treed03bddb9900cf1d2ec0225d7614c810a378b6e1e
parentc41a1cb7d8162094bec6f41e9a82900be1419b0f (diff)
downloadcygnal-9aa189be8395fd49ebd89a3918eb9584c4631f15.tar.gz
cygnal-9aa189be8395fd49ebd89a3918eb9584c4631f15.tar.bz2
cygnal-9aa189be8395fd49ebd89a3918eb9584c4631f15.zip
2004-11-24 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdlib.h (putenv, _putenv_r): Change to remove const for value string parameter to match Single Unix and glibc. * libc/stdlib/putenv.c: Ditto. * libc/stdlib/putenv_r.c: Ditto.
-rw-r--r--newlib/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index efac7a645..e0f659176 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,7 +1,7 @@
2004-11-24 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdlib.h (putenv, _putenv_r): Change to remove
- const for value string parameter.
+ const for value string parameter to match Single Unix and glibc.
* libc/stdlib/putenv.c: Ditto.
* libc/stdlib/putenv_r.c: Ditto.