diff options
| author | Florian Weimer <fweimer@redhat.com> | 2025-03-07 21:40:55 +0100 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2025-03-07 21:40:55 +0100 |
| commit | 6ef0bd02dbe34aab8b956ffa2db5679341d520f5 (patch) | |
| tree | b73958ffe535e02cefae47e3d3086e4dc7edd17a /stdlib/Makefile | |
| parent | 77261698b4e938020a1b2032709a54d942ba330f (diff) | |
| download | glibc-6ef0bd02dbe34aab8b956ffa2db5679341d520f5.tar.xz glibc-6ef0bd02dbe34aab8b956ffa2db5679341d520f5.zip | |
posix: Move environ helper variables next to environ definition (bug 32541)
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>
Diffstat (limited to 'stdlib/Makefile')
| -rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 1c4fa2382f..c9c8f702a2 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -282,6 +282,7 @@ tests := \ tst-environ-change-3 \ tst-environ-change-4 \ tst-getenv-signal \ + tst-getenv-static \ tst-getenv-thread \ tst-getenv-unsetenv \ tst-getrandom \ @@ -377,6 +378,7 @@ tests-internal := \ # tests-internal tests-static := \ + tst-getenv-static \ tst-secure-getenv \ # tests-static |
