From 9aa189be8395fd49ebd89a3918eb9584c4631f15 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Wed, 24 Nov 2004 22:34:47 +0000 Subject: [PATCH] 2004-11-24 Jeff Johnston * 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. --- newlib/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * 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.