Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On systems without clearenv() the environ variable must be imported a…
…s external before it can be manipulated to reset the environment. This is, for example, necessary on FreeBSD, otherwise the effect of "environ = NULL" is a compiler error or in some cases to create a new local variable.
- Loading branch information