aboutsummaryrefslogtreecommitdiff
path: root/posix
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2025-01-24 08:04:23 +0100
committerFlorian Weimer <fweimer@redhat.com>2025-01-24 12:25:29 +0100
commit36fcdfbbc5463e55581fec67141df3493fb81f7e (patch)
tree8a63f44679b2da4b0de721e2fc0d299e43e5343a /posix
parentb62759db04b8ed7f829c06f1d7c3b8fb70616493 (diff)
downloadglibc-master.zip
glibc-master.tar.gz
glibc-master.tar.bz2
Revert "stdlib: Support malloc-managed environ arrays for compatibility"HEADmaster
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 'posix')
-rw-r--r--posix/environ.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/posix/environ.c b/posix/environ.c
index 2430b47..a0ed0d8 100644
--- a/posix/environ.c
+++ b/posix/environ.c
@@ -10,5 +10,3 @@ weak_alias (__environ, environ)
/* The SVR4 ABI says `_environ' will be the name to use
in case the user overrides the weak alias `environ'. */
weak_alias (__environ, _environ)
-
-char **__environ_startup;