aboutsummaryrefslogtreecommitdiff
path: root/stdlib/tst-getenv-static.c
AgeCommit message (Collapse)AuthorFilesLines
2025-03-07posix: Move environ helper variables next to environ definition (bug 32541)Florian Weimer1-0/+38
This helps with statically interposing getenv. Updates commit 7a61e7f557a97ab597d6fca5e2d1f13f65685c61 ("stdlib: Make getenv thread-safe in more cases"). Reviewed-by: H.J. Lu <hjl.tools@gmail.com>