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.
This commit is contained in:
Jeff Johnston 2004-11-24 22:34:47 +00:00
parent c41a1cb7d8
commit 9aa189be83
1 changed files with 1 additions and 1 deletions

View File

@ -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.