﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
387	Fix a prototype of putenv()	KO Myung-Hun		"Hi/2.

A prototype of putenv() of kLIBC is:

{{{
int putenv(const char *);
}}}

But POSIX says at https://pubs.opengroup.org/onlinepubs/9699919799/functions/putenv.html:

{{{
int putenv(char *);
}}}

It would be better to conform to POSIX. In addition, FreeBSD doesn't use {{{const}}}, too. See https://www.freebsd.org/cgi/man.cgi?query=putenv. "	defect	closed	normal	new	libc	0.6.6	normal	wontfix		
