diff options
| author | Florian Weimer <fweimer@redhat.com> | 2025-01-24 08:04:23 +0100 |
|---|---|---|
| committer | Florian Weimer <fweimer@redhat.com> | 2025-01-24 12:25:29 +0100 |
| commit | 36fcdfbbc5463e55581fec67141df3493fb81f7e (patch) | |
| tree | 8a63f44679b2da4b0de721e2fc0d299e43e5343a /csu/libc-start.c | |
| parent | b62759db04b8ed7f829c06f1d7c3b8fb70616493 (diff) | |
| download | glibc-36fcdfbbc5463e55581fec67141df3493fb81f7e.tar.xz glibc-36fcdfbbc5463e55581fec67141df3493fb81f7e.zip | |
Revert "stdlib: Support malloc-managed environ arrays for compatibility"
This reverts commit b62759db04b8ed7f829c06f1d7c3b8fb70616493.
Reason for revert: Incompatible with “env -i” and coreutils (bug 32588).
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'csu/libc-start.c')
| -rw-r--r-- | csu/libc-start.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/csu/libc-start.c b/csu/libc-start.c index 4e15b6191d..6f3d52e223 100644 --- a/csu/libc-start.c +++ b/csu/libc-start.c @@ -244,7 +244,6 @@ LIBC_START_MAIN (int (*main) (int, char **, char ** MAIN_AUXVEC_DECL), char **ev = &argv[argc + 1]; __environ = ev; - __environ_startup = ev; /* Store the lowest stack address. This is done in ld.so if this is the code for the DSO. */ |
