Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-11-25 01:34:47 +0300
committerJeff Johnston <jjohnstn@redhat.com>2004-11-25 01:34:47 +0300
commit9aa189be8395fd49ebd89a3918eb9584c4631f15 (patch)
treed03bddb9900cf1d2ec0225d7614c810a378b6e1e /newlib
parentc41a1cb7d8162094bec6f41e9a82900be1419b0f (diff)
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.
Diffstat (limited to 'newlib')
-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.