summaryrefslogtreecommitdiff
path: root/src/env/clearenv.c
AgeCommit message (Collapse)AuthorLines
2017-09-04free allocations in clearenvAlexander Monakov-2/+6
This aligns clearenv with the Linux man page by setting 'environ' rather than '*environ' to NULL, and stops it from leaking entries allocated by the libc.
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+9