as an extension, have putenv("VAR") behave as unsetenv("VAR")
authorRich Felker <dalias@aerifal.cx>
Sun, 21 Oct 2012 22:37:15 +0000 (18:37 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 21 Oct 2012 22:37:15 +0000 (18:37 -0400)
commit31a55f233b313030a787240b76c06f2d08cde29f
tree251b191eecac47f9ca026a00675fb5563ae7e753
parent8489897e01b8a27c365c9c98b200ee25dc124cb4
as an extension, have putenv("VAR") behave as unsetenv("VAR")

the behavior of putenv is left undefined if the argument does not
contain an equal sign, but traditional implementations behave this way
and gnulib replaces putenv if it doesn't do this.
src/env/putenv.c